Add runimage directive for nodeset
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@595 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ad2225e856
commit
1fff80a49f
@ -88,7 +88,7 @@ sub setdestiny {
|
||||
if ($errored) {return;}
|
||||
unless ($state =~ /^netboot/) { $chaintab->setNodeAttribs($_,{currchain=>"boot"}); };
|
||||
}
|
||||
} elsif ($state eq "shell" or $state eq "standby" or $state =~ /^runcmd/) {
|
||||
} elsif ($state eq "shell" or $state eq "standby" or $state =~ /^runcmd/ or $state =~ /^runimage/) {
|
||||
my $noderes=xCAT::Table->new('noderes');
|
||||
my $nodetype = xCAT::Table->new('nodetype');
|
||||
my $sitetab = xCAT::Table->new('site');
|
||||
|
Loading…
Reference in New Issue
Block a user