2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-16 03:10:36 +00:00

fix bug 4357:After run nodeset <node> runimage' may fail

This commit is contained in:
zhaoertao
2014-11-05 06:07:30 -05:00
parent c20b47d205
commit 0705721307

View File

@ -386,6 +386,9 @@ sub setdestiny {
return;
}
my $arch = $ent->{arch};
if ($arch eq "ppc64le" or $arch eq "ppc64el") {
$arch = "ppc64";
}
my $ent = $resents->{$_}->[0]; #$restab->getNodeAttribs($_,[qw(xcatmaster)]);
my $master;
my $kcmdline = "quiet ";