Skip to content

Commit 380de79

Browse files
committed
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/emerg-shutdown'
2 parents 82ab134 + ca7db8e commit 380de79

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

usr/libexec/helper-scripts/get-backing-devices-for-mountpoint

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,12 @@ def find_backing_items(path):
140140
)
141141
return output_objs
142142
else:
143-
raise ValueError("Failed to look up backing item! (code 15)")
143+
## Out-commented. This may happen if mutliple filesystems are
144+
## mounted to the same location and the mount we're looking
145+
## for is shadowing an earlier mount. This scenario occurs
146+
## when booting in live mode under at least Trixie.
147+
#raise ValueError("Failed to look up backing item! (code 15)")
148+
continue
144149

145150
# If we get here, we weren't able to find the backing device.
146151
raise ValueError("Failed to look up backing item! (code 16)")

0 commit comments

Comments
 (0)