2019-05-10 18:57:39 +00:00
|
|
|
source $rootdir/test/nvmf/common.sh
|
2018-02-01 21:14:58 +00:00
|
|
|
|
2020-05-07 11:27:06 +00:00
|
|
|
function migration_tc2_cleanup_nvmf_tgt() {
|
2021-04-01 14:42:54 +00:00
|
|
|
process_shm --id $NVMF_APP_SHM_ID
|
|
|
|
nvmftestfini
|
2018-02-01 21:14:58 +00:00
|
|
|
}
|
|
|
|
|
2020-05-07 11:27:06 +00:00
|
|
|
function migration_tc2_cleanup_vhost_config() {
|
2018-02-01 21:14:58 +00:00
|
|
|
timing_enter migration_tc2_cleanup_vhost_config
|
|
|
|
|
|
|
|
notice "Shutting down all VMs"
|
|
|
|
vm_shutdown_all
|
|
|
|
|
|
|
|
notice "Removing vhost devices & controllers via RPC ..."
|
|
|
|
# Delete bdev first to remove all LUNs and SCSI targets
|
2019-08-23 15:12:13 +00:00
|
|
|
$rpc_0 bdev_nvme_detach_controller Nvme0
|
2019-09-30 11:01:44 +00:00
|
|
|
$rpc_0 vhost_delete_controller $incoming_vm_ctrlr
|
2018-02-01 21:14:58 +00:00
|
|
|
|
2018-07-26 12:54:20 +00:00
|
|
|
$rpc_1 delete_nvme_controller Nvme0
|
2019-09-30 11:01:44 +00:00
|
|
|
$rpc_1 vhost_delete_controller $target_vm_ctrlr
|
2018-02-01 21:14:58 +00:00
|
|
|
|
|
|
|
notice "killing vhost app"
|
2019-06-03 21:29:20 +00:00
|
|
|
vhost_kill 0
|
|
|
|
vhost_kill 1
|
2018-02-01 21:14:58 +00:00
|
|
|
|
|
|
|
unset -v incoming_vm target_vm incoming_vm_ctrlr target_vm_ctrlr
|
|
|
|
unset -v rpc_0 rpc_1
|
|
|
|
|
|
|
|
migration_tc2_cleanup_nvmf_tgt
|
|
|
|
|
|
|
|
timing_exit migration_tc2_cleanup_vhost_config
|
|
|
|
}
|
|
|
|
|
2020-05-07 11:27:06 +00:00
|
|
|
function migration_tc2_configure_vhost() {
|
2018-02-01 21:14:58 +00:00
|
|
|
timing_enter migration_tc2_configure_vhost
|
|
|
|
|
2021-07-22 09:19:12 +00:00
|
|
|
# HACK: Make sure we stop detecting rdma-capable NICs on mlx
|
|
|
|
modprobe mlx5_ib || :
|
2021-07-22 09:17:35 +00:00
|
|
|
TEST_TRANSPORT=rdma TEST_MODE=iso nvmftestinit
|
2021-04-01 14:42:54 +00:00
|
|
|
|
2018-08-22 03:03:03 +00:00
|
|
|
# Those are global intentionally - they will be unset in cleanup handler
|
2018-02-01 21:14:58 +00:00
|
|
|
|
|
|
|
incoming_vm=1
|
|
|
|
target_vm=2
|
|
|
|
incoming_vm_ctrlr=naa.VhostScsi0.$incoming_vm
|
|
|
|
target_vm_ctrlr=naa.VhostScsi0.$target_vm
|
|
|
|
|
2019-05-10 18:57:39 +00:00
|
|
|
rpc_0="$rootdir/scripts/rpc.py -s $(get_vhost_dir 0)/rpc.sock"
|
|
|
|
rpc_1="$rootdir/scripts/rpc.py -s $(get_vhost_dir 1)/rpc.sock"
|
2018-02-01 21:14:58 +00:00
|
|
|
|
|
|
|
# Run nvmf_tgt and two vhost instances:
|
|
|
|
# nvmf_tgt uses core id 2 (-m 0x4)
|
2019-06-05 19:44:29 +00:00
|
|
|
# First uses core id 0
|
|
|
|
# Second uses core id 1
|
2018-02-01 21:14:58 +00:00
|
|
|
# This force to use VM 1 and 2.
|
|
|
|
timing_enter start_nvmf_tgt
|
|
|
|
notice "Running nvmf_tgt..."
|
2021-04-01 14:42:54 +00:00
|
|
|
nvmfappstart -s 512 -m 0x4 --wait-for-rpc
|
|
|
|
# Override the trap set in place via nvmfappstart()
|
|
|
|
trap 'migration_tc2_error_cleanup; error_exit "${FUNCNAME}" "${LINENO}"' INT ERR EXIT
|
|
|
|
rpc_cmd framework_start_init
|
2021-07-22 09:17:35 +00:00
|
|
|
rpc_cmd nvmf_create_transport $NVMF_TRANSPORT_OPTS -u 8192
|
2021-04-01 14:42:54 +00:00
|
|
|
mapfile -t json < <("$rootdir/scripts/gen_nvme.sh")
|
|
|
|
rpc_cmd load_subsystem_config -j "'${json[*]}'"
|
2018-02-01 21:14:58 +00:00
|
|
|
timing_exit start_nvmf_tgt
|
|
|
|
|
2021-03-03 17:34:59 +00:00
|
|
|
vhost_run -n 0 -a "-m 0x1 -s 512 -u"
|
|
|
|
vhost_run -n 1 -a "-m 0x2 -s 512 -u"
|
2018-02-01 21:14:58 +00:00
|
|
|
|
2019-10-24 13:58:04 +00:00
|
|
|
local rdma_ip_list
|
|
|
|
local nvmf_target_ip
|
|
|
|
rdma_ip_list=$(get_available_rdma_ips)
|
|
|
|
nvmf_target_ip=$(echo "$rdma_ip_list" | head -n 1)
|
2018-02-01 21:14:58 +00:00
|
|
|
|
|
|
|
if [[ -z "$nvmf_target_ip" ]]; then
|
|
|
|
fail "no NIC for nvmf target"
|
|
|
|
fi
|
|
|
|
|
|
|
|
notice "Configuring nvmf_tgt, vhost devices & controllers via RPC ..."
|
|
|
|
|
|
|
|
# Construct shared bdevs and controllers
|
2021-04-01 14:42:54 +00:00
|
|
|
rpc_cmd nvmf_create_subsystem nqn.2016-06.io.spdk:cnode1 -a -s SPDK00000000000001
|
|
|
|
rpc_cmd nvmf_subsystem_add_ns nqn.2016-06.io.spdk:cnode1 Nvme0n1
|
|
|
|
rpc_cmd nvmf_subsystem_add_listener nqn.2016-06.io.spdk:cnode1 -t rdma -a $nvmf_target_ip -s 4420
|
2018-02-01 21:14:58 +00:00
|
|
|
|
2019-08-23 13:50:51 +00:00
|
|
|
$rpc_0 bdev_nvme_attach_controller -b Nvme0 -t rdma -f ipv4 -a $nvmf_target_ip -s 4420 -n "nqn.2016-06.io.spdk:cnode1"
|
2019-09-24 14:29:10 +00:00
|
|
|
$rpc_0 vhost_create_scsi_controller $incoming_vm_ctrlr
|
2019-09-27 20:53:41 +00:00
|
|
|
$rpc_0 vhost_scsi_controller_add_target $incoming_vm_ctrlr 0 Nvme0n1
|
2018-02-01 21:14:58 +00:00
|
|
|
|
2019-08-23 13:50:51 +00:00
|
|
|
$rpc_1 bdev_nvme_attach_controller -b Nvme0 -t rdma -f ipv4 -a $nvmf_target_ip -s 4420 -n "nqn.2016-06.io.spdk:cnode1"
|
2019-09-24 14:29:10 +00:00
|
|
|
$rpc_1 vhost_create_scsi_controller $target_vm_ctrlr
|
2019-09-27 20:53:41 +00:00
|
|
|
$rpc_1 vhost_scsi_controller_add_target $target_vm_ctrlr 0 Nvme0n1
|
2018-02-01 21:14:58 +00:00
|
|
|
|
|
|
|
notice "Setting up VMs"
|
|
|
|
vm_setup --os="$os_image" --force=$incoming_vm --disk-type=spdk_vhost_scsi --disks=VhostScsi0 \
|
2020-05-07 11:27:06 +00:00
|
|
|
--migrate-to=$target_vm --memory=1024 --vhost-name=0
|
2018-02-01 21:14:58 +00:00
|
|
|
vm_setup --force=$target_vm --disk-type=spdk_vhost_scsi --disks=VhostScsi0 --incoming=$incoming_vm --memory=1024 \
|
2019-06-04 20:55:21 +00:00
|
|
|
--vhost-name=1
|
2018-02-01 21:14:58 +00:00
|
|
|
|
|
|
|
# Run everything
|
|
|
|
vm_run $incoming_vm $target_vm
|
|
|
|
|
|
|
|
# Wait only for incoming VM, as target is waiting for migration
|
2019-03-25 13:14:55 +00:00
|
|
|
vm_wait_for_boot 300 $incoming_vm
|
2018-02-01 21:14:58 +00:00
|
|
|
|
|
|
|
notice "Configuration done"
|
|
|
|
|
|
|
|
timing_exit migration_tc2_configure_vhost
|
|
|
|
}
|
|
|
|
|
2020-05-07 11:27:06 +00:00
|
|
|
function migration_tc2_error_cleanup() {
|
2018-02-01 21:14:58 +00:00
|
|
|
vm_kill_all
|
2021-04-01 14:42:54 +00:00
|
|
|
migration_tc2_cleanup_nvmf_tgt
|
2018-02-01 21:14:58 +00:00
|
|
|
migration_tc2_cleanup_vhost_config
|
|
|
|
notice "Migration TC2 FAILED"
|
|
|
|
}
|
|
|
|
|
2020-05-07 11:27:06 +00:00
|
|
|
function migration_tc2() {
|
2018-02-01 21:14:58 +00:00
|
|
|
# Use 2 VMs:
|
|
|
|
# incoming VM - the one we want to migrate
|
|
|
|
# targe VM - the one which will accept migration
|
2019-06-10 21:13:44 +00:00
|
|
|
local job_file="$testdir/migration-tc2.job"
|
2020-04-20 09:26:55 +00:00
|
|
|
local log_file
|
|
|
|
log_file="/root/$(basename ${job_file%%.*}).log"
|
2018-02-01 21:14:58 +00:00
|
|
|
|
|
|
|
migration_tc2_configure_vhost
|
|
|
|
|
|
|
|
# Run fio before migration
|
|
|
|
notice "Starting FIO"
|
|
|
|
vm_check_scsi_location $incoming_vm
|
2020-04-20 09:26:55 +00:00
|
|
|
run_fio $fio_bin --job-file="$job_file" --no-wait-for-fio --local --vm="${incoming_vm}$(printf ':/dev/%s' $SCSI_DISK)"
|
2018-02-01 21:14:58 +00:00
|
|
|
|
|
|
|
# Wait a while to let the FIO time to issue some IO
|
|
|
|
sleep 5
|
|
|
|
|
|
|
|
# Check if fio is still running before migration
|
|
|
|
if ! is_fio_running $incoming_vm; then
|
2020-04-20 09:26:55 +00:00
|
|
|
vm_exec $incoming_vm "cat $log_file"
|
2018-02-01 21:14:58 +00:00
|
|
|
error "FIO is not running before migration: process crashed or finished too early"
|
|
|
|
fi
|
|
|
|
|
|
|
|
vm_migrate $incoming_vm
|
|
|
|
sleep 3
|
|
|
|
|
|
|
|
# Check if fio is still running after migration
|
|
|
|
if ! is_fio_running $target_vm; then
|
2020-04-20 09:26:55 +00:00
|
|
|
vm_exec $target_vm "cat $log_file"
|
2018-02-01 21:14:58 +00:00
|
|
|
error "FIO is not running after migration: process crashed or finished too early"
|
|
|
|
fi
|
|
|
|
|
|
|
|
notice "Waiting for fio to finish"
|
2021-04-01 12:38:12 +00:00
|
|
|
local timeout=20
|
2018-02-01 21:14:58 +00:00
|
|
|
while is_fio_running $target_vm; do
|
|
|
|
sleep 1
|
|
|
|
echo -n "."
|
2020-05-07 11:27:06 +00:00
|
|
|
if ((timeout-- == 0)); then
|
2018-02-01 21:14:58 +00:00
|
|
|
error "timeout while waiting for FIO!"
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
notice "Fio result is:"
|
2020-04-20 09:26:55 +00:00
|
|
|
vm_exec $target_vm "cat $log_file"
|
2018-02-01 21:14:58 +00:00
|
|
|
|
|
|
|
migration_tc2_cleanup_vhost_config
|
|
|
|
notice "Migration TC2 SUCCESS"
|
|
|
|
}
|