don't ckip diskless nodes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10237 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
c8df8b1e49
commit
f18c9c5f02
@ -732,12 +732,6 @@ sub process_request
|
||||
foreach my $node (@nodes)
|
||||
{
|
||||
|
||||
if (($nimtype{$node}) && ($nimtype{$node} eq 'diskless')) {
|
||||
# don't run scripts on AIX diskless nodes
|
||||
# - they will have to be rebooted anyway.
|
||||
next;
|
||||
}
|
||||
|
||||
foreach my $rec (@{$nodeposhash->{$node}})
|
||||
{
|
||||
my $scripts;
|
||||
|
Loading…
Reference in New Issue
Block a user