From 29af0d104390d43b65f85d60e445bf86919a98d9 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Sun, 28 Apr 2013 09:00:09 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/blade.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index e40cd30a2..66ebb0aa7 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -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;