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:
parent
70cf9e5790
commit
11c7894e6f
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user