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 <michal.berger@intel.com> Change-Id: I65cb91db81d4c5ce694010db2e79e8af389687ab Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14008 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Dong Yi <dongx.yi@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
c4acef02aa
commit
8309d224b9
@ -30,12 +30,13 @@ display_help() {
|
|||||||
echo " If no -b option is specified then this option defaults to emulating single"
|
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 " 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 " -b option can be used multiple times for attaching multiple files to the VM"
|
||||||
echo " Parameters for -b option: <path>,<type>,<ns_path1[:ns_path1:...]>,<cmb>,<pmr_file[:pmr_size]>,<ms>"
|
echo " Parameters for -b option: <path>,<type>,<ns_path1[:ns_path1:...]>,<cmb>,<pmr_file[:pmr_size]>,<zns>,<ms>"
|
||||||
echo " Available types: nvme"
|
echo " Available types: nvme"
|
||||||
echo " Default pmr size: 16M"
|
echo " Default pmr size: 16M"
|
||||||
echo " Default cmb: false"
|
echo " Default cmb: false"
|
||||||
|
echo " Default zns: false"
|
||||||
echo " Default ms: none"
|
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 " -c Create all above disk, default 0"
|
||||||
echo " -H Use hugepages for allocating VM memory. Only for libvirt provider. Default: false."
|
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."
|
echo " -u Use password authentication to the VM instead of SSH keys."
|
||||||
|
Loading…
Reference in New Issue
Block a user