[virt-tools-list] [PATCH] Fix vol based --disk help message

Cole Robinson crobinso at redhat.com
Tue Dec 4 23:06:50 UTC 2012


On 12/03/2012 05:35 PM, Doug Goldstein wrote:
> The vol based --disk help message specified a : as the separator but its
> really a /.
> ---
>  virt-install |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/virt-install b/virt-install
> index cb42d56..1503727 100755
> --- a/virt-install
> +++ b/virt-install
> @@ -866,7 +866,7 @@ def parse_args():
>          help=_("Specify storage with various options. Ex.\n"
>                 "--disk path=/my/existing/disk\n"
>                 "--disk path=/my/new/disk,size=5 (in gigabytes)\n"
> -               "--disk vol=poolname:volname,device=cdrom,bus=scsi,..."))
> +               "--disk vol=poolname/volname,device=cdrom,bus=scsi,..."))
>      stog.add_option("", "--nodisks", action="store_true",
>                      help=_("Don't set up any disks for the guest."))
>      cli.add_fs_option(stog)
> 

Thanks Doug, pushed now.

- Cole




More information about the virt-tools-list mailing list