|
|
|
|
|
|
|
$rpc_py construct_nvmf_subsystem Virtual nqn.2016-06.io.spdk:cnode1 'transport:RDMA traddr:192.168.100.8 trsvcid:4420' '' -s SPDK00000000000001 -n "$bdevs"
|
|
|
|
|
|
|
|
$rootdir/examples/nvme/identify/identify -a "$NVMF_FIRST_TARGET_IP" -s "$NVMF_PORT" -n nqn.2014-08.org.nvmexpress.discovery -t all
|
|
|
|
$rootdir/examples/nvme/identify/identify -a "$NVMF_FIRST_TARGET_IP" -s "$NVMF_PORT" -n nqn.2016-06.io.spdk:cnode1 -t all
|
|
|
$rootdir/examples/nvme/identify/identify -r "\
|
|
|
trtype:RDMA \
|
|
|
adrfam:IPv4 \
|
|
|
traddr:$NVMF_FIRST_TARGET_IP \
|
|
|
trsvcid:$NVMF_PORT \
|
|
|
subnqn:nqn.2014-08.org.nvmexpress.discovery" -t all
|
|
|
$rootdir/examples/nvme/identify/identify -r "\
|
|
|
trtype:RDMA \
|
|
|
adrfam:IPv4 \
|
|
|
traddr:$NVMF_FIRST_TARGET_IP \
|
|
|
trsvcid:$NVMF_PORT \
|
|
|
subnqn:nqn.2016-06.io.spdk:cnode1" -t all
|
|
|
|
sync
|
|
|
|
$rpc_py delete_nvmf_subsystem nqn.2016-06.io.spdk:cnode1
|
|
|
|
|