change the shift to get the blade server bay from 24 to 18, this may caused by the firmware update

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16119 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2013-04-28 09:00:09 +00:00
parent e3d0fb9c9e
commit 29af0d1043

View File

@ -2537,7 +2537,7 @@ sub getpdbayinfo {
}
} elsif ($bc_type =~ /^7893$/) { # for flex
$pdnum = 1;
$pdbay = $slot + 24;
$pdbay = $slot + 18;
} else { # for common blade center
if ($slot < 7) {
$pdnum = 1;