From: Richard W.M. Jones Date: Tue, 22 Dec 2015 22:42:33 +0000 (+0000) Subject: Implement the --vcpus option. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=a5b70aa73792a4fbe207e9607d626fcd81ba889b;p=import-to-ovirt.git Implement the --vcpus option. Thanks: Christoph Timm --- diff --git a/import-to-ovirt.pl b/import-to-ovirt.pl index 5eca749..dffc2ab 100755 --- a/import-to-ovirt.pl +++ b/import-to-ovirt.pl @@ -195,6 +195,7 @@ GetOptions ("help|?" => \$help, "man" => \$man, "memory=i" => \$memory_mb, "name=s" => \$name, + "vcpus=i" => \$vcpus, "vmtype=s" => \$vmtype, ) or die "$0: unknown command line option\n";