Skip to content

Commit e69fead

Browse files
committed
Make every attempt to import boot_pool first, then anything else we can
1 parent 187c64b commit e69fead

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

90zfsbootmenu/zfsbootmenu-countdown.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ while true; do
8585

8686
# Retry the import cycle with the matched hostid
8787
continue
88+
else
89+
zdebug "attempting to import any pool"
90+
if read_write='' all_pools=yes import_pool ; then
91+
continue
92+
fi
8893
fi
8994

9095
# Allow the user to attempt recovery

0 commit comments

Comments
 (0)