-Negative/zero slot ids have been used by some to indicate a management module, may not be the best way, but provide compatibility for those scenarios
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2140 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
98aa5626fd
commit
71ec72fa49
@ -687,7 +687,7 @@ sub vitals {
|
||||
|
||||
my $tmp;
|
||||
|
||||
if ( defined $slot ) { #-- querying some blade
|
||||
if ( defined $slot and $slot > 0) { #-- querying some blade
|
||||
|
||||
if (grep /watt/,@vitems) {
|
||||
if ($slot < 8) {
|
||||
|
Loading…
Reference in New Issue
Block a user