From 8309d224b9ed16910e064d583afc0ccaf2e0efa8 Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Fri, 12 Aug 2022 11:53:01 +0200 Subject: [PATCH] scripts/vagrant: Add missing help entry for the zns option This option determines if underlying nvme device must be zoned. Signed-off-by: Michal Berger Change-Id: I65cb91db81d4c5ce694010db2e79e8af389687ab Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14008 Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Dong Yi Reviewed-by: Jim Harris --- scripts/vagrant/create_vbox.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/vagrant/create_vbox.sh b/scripts/vagrant/create_vbox.sh index 987b26d99..677fd2cd8 100755 --- a/scripts/vagrant/create_vbox.sh +++ b/scripts/vagrant/create_vbox.sh @@ -30,12 +30,13 @@ display_help() { echo " If no -b option is specified then this option defaults to emulating single" echo " NVMe with 1 namespace and assumes path: /var/lib/libvirt/images/nvme_disk.img" echo " -b option can be used multiple times for attaching multiple files to the VM" - echo " Parameters for -b option: ,,,,," + echo " Parameters for -b option: ,,,,,," echo " Available types: nvme" echo " Default pmr size: 16M" echo " Default cmb: false" + echo " Default zns: false" echo " Default ms: none" - echo " type, ns_path, cmb, pmr and ms can be empty" + echo " type, ns_path, cmb, pmr, zns and ms can be empty" echo " -c Create all above disk, default 0" echo " -H Use hugepages for allocating VM memory. Only for libvirt provider. Default: false." echo " -u Use password authentication to the VM instead of SSH keys."