Skip to content

Commit

Permalink
Supermicro 1029U cluster installed (#435)
Browse files Browse the repository at this point in the history
Update README.md
Add additional info to by-path tips
  • Loading branch information
sarahbx authored Feb 6, 2024
1 parent a4fa6d3 commit f27bec2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The listed hardware has been used for cluster deployments successfully. Potentia
| Dell r640 | Yes | Yes | Yes |
| Dell fc640 | Yes | No | Yes |
| Supermicro 1029p | Yes | Yes | No |
| Supermicro 1029U | No | No | Yes |
| Supermicro 1029U | Yes | No | Yes |
| Supermicro 5039ms | Yes | No | Yes |

**IBMcloud**
Expand Down
13 changes: 13 additions & 0 deletions docs/tips-and-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,3 +292,16 @@ worker_install_disk: /dev/disk/by-path/pci-0000:b1:00.0-nvme-1
controlplane_nvme_device: /dev/disk/by-path/pci-0000:b2:00.0-nvme-1
controlplane_etcd_on_nvme: true
```

**Note:** The values seen in `/dev/disk/by-path` may differ between RHEL8 and RHEL9.
If your OpenShift version is based on RHEL9 (4.13+), you should install RHEL9 on the nodes
first to ensure the paths are correct.
eg: `/dev/sda` - Seen on Supermicro 1029U
```
RHEL8:
lrwxrwxrwx. 1 root root 9 Feb 5 19:22 pci-0000:00:11.5-ata-1 -> ../../sda
RHEL9:
lrwxrwxrwx. 1 root root 9 Feb 5 19:22 pci-0000:00:11.5-ata-1 -> ../../sda
lrwxrwxrwx. 1 root root 9 Feb 5 19:22 pci-0000:00:11.5-ata-1.0 -> ../../sda <---- Use this one
```

0 comments on commit f27bec2

Please sign in to comment.