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/branches/2.8@16268 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2013-05-13 11:23:34 +00:00
parent d1b10a4109
commit d8f8c7e49a

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;