comment out print Dumper although it shows up in XCATBYPASS mode and since the 390 group always run in bypass mode they will see it
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3721 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
26ab530a32
commit
06ec99b808
@ -311,7 +311,7 @@ sub abbreviate_noderange {
|
||||
}
|
||||
my $node;
|
||||
use Data::Dumper;
|
||||
print Dumper(\%sizedgroups);
|
||||
#print Dumper(\%sizedgroups);
|
||||
foreach (reverse sort {$a <=> $b} keys %sizedgroups) {
|
||||
GROUP: foreach $group (@{$sizedgroups{$_}}) {
|
||||
foreach $node (@{$grouphash{$group}}) {
|
||||
|
Loading…
Reference in New Issue
Block a user