ubuntu 20.04 LTS,开机后需要手工zpool import,否则zfs没有挂载
手工执行/sbin/zpool import -c /etc/zfs/zpool.cache -aN,如果出错则用 zpool reguid <pool> 更新zpool.cache
在/etc/systemd/system/zfs-import.target.wants/zfs-import-cache.service 的[Unit]中添加一行After=multipathd.service
ubuntu 20.04 LTS,开机后需要手工zpool import,否则zfs没有挂载
手工执行/sbin/zpool import -c /etc/zfs/zpool.cache -aN,如果出错则用 zpool reguid <pool> 更新zpool.cache
在/etc/systemd/system/zfs-import.target.wants/zfs-import-cache.service 的[Unit]中添加一行After=multipathd.service