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
This commit is contained in:
daniceexi 2012-09-21 01:27:04 +00:00
parent 70cf9e5790
commit 11c7894e6f

View File

@ -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];