You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor find-node-disks to:
- Only access the first node (node_0) instead of looping through 3 nodes
- Extract disk devices using lsblk on the first node
- Convert /dev/sdX devices to their stable /dev/disk/by-path/... symlinks using udevadm
- Store all by-path device paths in common_disks variable for reliable disk identification
0 commit comments