|
Description
|
Currently we use the simple_chip_label property method to generate the FRU label for chip nodes on A4F+ (Sun-Blade-X8440-Server-Module). This method assumes a direct one-to-one corellation between the topo node instance and socket number. However, we've since learned that on blades configured with just 2 sockets populated, a shunt is placed in socket 0 and the two chips are installed in sockets 2 and 3. However, since the node instances are 0/1, we incorrectly generate FRU labels CPU 0 and CPU 1, respectively.
We need to correct this by implementing a custom labeling method for A4F+ (similar to what we did for Galaxy 4).
|