A very minor issue but one I'm hoping there's an easy fix for. In brief, I made the mistake of running
I have three zpools on my system:
I've googled the issue and found the various suggestions on which ZFS services, etc. need to be enabled, and have checked to confirm they're all running. Not sure how else to fix this. Any suggestions would be most gratefully received.
zpool upgrade
a while back which of course borked my system rendering it unbootable. Thankfully, I found the specific page that describes how to fix it and managed to unbork things so that the system now boots just fine, with one exception.I have three zpools on my system:
rpool
which is a mirrored pool that serves as the boot drive; rpool2
, another mirrored pool that serves as a supplemental pool to store system images, containers, etc.; and data
, which is only used for data storage and not any system functions. After implementing the fix, rpool
and rpool2
are auto-mounted as they were in the past, but data
is not. Before implementing the fix, data
was auto-mounted. So now each time I reboot, I need to manually run zpool import data
. This isn't of course the end of the world, but it sure would be nice to fix this so that it happens automatically once more. I've googled the issue and found the various suggestions on which ZFS services, etc. need to be enabled, and have checked to confirm they're all running. Not sure how else to fix this. Any suggestions would be most gratefully received.