Commit 2a4a4fd
fix(ibmcloud): fix mapper device detection on IBM Power
lsblk -d excludes holder devices, which includes all /dev/mapper/*
devices on multipath systems. Switch to lsblk -r (raw) and detect
the data volume by finding the mpath device that has no partition
children, distinguishing it from the boot disk.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 095ff60 commit 2a4a4fd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments