From 11c7894e6febdefdb42c80c5a75c938705f0460f Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 21 Sep 2012 01:27:04 +0000 Subject: [PATCH] defect 3102: change the flag name for vlan and fix a missmatch issue for copycds git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13863 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/rhevm.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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];