fix: remove iDRAC HddSeq dependency removed in BIOS 2.19+
BIOS.StorageSettings.HddSeq no longer exists on R730xd firmware 2.19+. Update --idrac mode to print a clear explanation instead of failing, and update docs to skip Layer 1 and go straight to the Linux systemd service. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+4
-7
@@ -300,14 +300,11 @@ To check current speed: `ipmitool sdr type Fan`
|
||||
|
||||
### Staggered spin-up
|
||||
|
||||
**Layer 1 — iDRAC BIOS** (fires at every boot, before OS):
|
||||
> **BIOS 2.19+ note:** `BIOS.StorageSettings.HddSeq` was removed from the
|
||||
> R730xd firmware. The iDRAC/BIOS layer (Layer 1) no longer works — skip it
|
||||
> and go straight to the Linux service below.
|
||||
|
||||
```bash
|
||||
bash /opt/local_proxmox/scripts/stagger-spinup.sh --idrac
|
||||
# If racadm is not available, the script prints the iDRAC web UI path instead.
|
||||
```
|
||||
|
||||
**Layer 2 — Linux service** (handles drives coming up from standby):
|
||||
**Linux service** (staggers drives in standby at OS boot):
|
||||
|
||||
```bash
|
||||
cp /opt/local_proxmox/scripts/stagger-spinup.sh /usr/local/sbin/stagger-spinup.sh
|
||||
|
||||
Reference in New Issue
Block a user