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."