Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Feature/raid firmware update #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jovial
Copy link

@jovial jovial commented Apr 17, 2018

This is to update the raid firmware on the R630, R730 and R730xd nodes. This currently depends on a modified maintenance image built with https://github.com/stackhpc/toram.

Open questions:

  • Is checking the server model sufficient, or should we also check presence of raid controller with lshw -class storage or similar?
  • the update requires the megaraid_sas kernel module to be loaded, so looking for an alternative way to ensure the controller isn't in use:
[centos@maintenance-storage-b-0 ~]$ sudo modprobe -r megaraid_sas
[centos@maintenance-storage-b-0 ~]$ sudo ./SAS-RAID_Firmware_8WK8N_LN_25.5.4.0006_A12.BIN 
Collecting inventory...
..
Running validation...

This Update Package is not compatible with your system configuration.

It was ascertained that the C4130 nodes do not use this controller (pci-id: 1000:005d)

openstack baremetal introspection data save --file gpu-intro gpu-b16-u1
cat gpu-intro | jq ".pci_devices" | grep 005d
<no output>

compared to:

openstack baremetal introspection data save --file compa sv-b17-u35
cat compa | jq ".pci_devices" | grep 5d
    "product_id": "005d"

jovial pushed a commit to jovial/p3-appliances that referenced this pull request Nov 4, 2019
jovial pushed a commit to jovial/p3-appliances that referenced this pull request Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant