diff --git a/xCAT-server/lib/xcat/plugins/rhevm.pm b/xCAT-server/lib/xcat/plugins/rhevm.pm index dba1f3e34..9e7ed4675 100644 --- a/xCAT-server/lib/xcat/plugins/rhevm.pm +++ b/xCAT-server/lib/xcat/plugins/rhevm.pm @@ -406,8 +406,7 @@ sub copycd { @ARGV = @{$request->{arg}}; GetOptions( 'n=s' => \$distname, 'a=s' => \$arch, - 'p=s' => \$path, - 'm=s' => \$mntpath, + 'p=s' => \$mntpath, 'f=s' => \$file, ); @@ -1189,7 +1188,7 @@ sub cfgve { 'f' => \$force, 'k=s' => \$stype, 'p=s' => \$cputype, - 'v=s' => \$vlan); + 'n=s' => \$vlan); } my $rhevm = (keys %{$rhevm_hash})[0];