search for: format_opt

Displaying 1 result from an estimated 1 matches for "format_opt".

Did you mean: format_ogg
2009 Jul 24
2
[PATCH] Initial drop of virt-v2v
...ptions) { + my $getopt = $option->[0]; + my $switch = $option->[1]; + my $description = $option->[2]; + + push(@getopt_options, + $getopt => \$module_options{$name}->{$switch}); + } + } +} + +# Option defaults +my $format_opt = "libvirtxml"; # Metadata format +my $storage_opt = "qcow2"; # storage modifier + +# Files which may to be installed in a guest during migration +my %files = (); + GetOptions ("help|?" => \$help, "version" => \$version, "connect|c=s&q...