Skip to content

Commit 2431eff

Browse files
committed
zfsbootmenu-core: log error when be is locked in mount_zfs
1 parent 45f8bac commit 2431eff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zfsbootmenu/lib/zfsbootmenu-core.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ mount_zfs() {
227227
fi
228228

229229
if be_is_locked "${fs}" >/dev/null; then
230+
zerror "${fs} is locked, unable to mount filesystem"
230231
zdebug "${fs} is locked, returning"
231232
return 1
232233
fi

0 commit comments

Comments
 (0)