Skip to content

Commit e1651d2

Browse files
authored
doc: add reference to /dev/disk/by-path playbook. (#713)
* Add reference to playbook that can quickly generate all of the physical system disks `/dev/disk/by-path`.
1 parent 4e93744 commit e1651d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/tips-and-vars.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ To find your machine's by-path reference:
107107
2. Use `find` to find the PCI path to that disk, which in this example is
108108
`/dev/disk/by-path/pci-0000:18:00.0-scsi-0:2:0:0`.
109109

110+
> [!TIP]
111+
> You can use use [this playbook](https://github.com/sadsfae/ansible-dbp) to generate a YAML file with all of your systems `/dev/disk/by-path` for every detected disk. Ideally run this when you first receive machines if you are using a [QUADS-managed](https://github.com/redhat-performance/quads) lab.
112+
110113
> [!WARNING]
111114
> This assumes that the bastion hardware configuration is homogeneous: in
112115
> a heterogeneous cluster you may need to execute these commands on each host in

0 commit comments

Comments
 (0)