minus-squarequpada@fedia.iotoSelfhosted@lemmy.world•Help with ZFS Arraylinkfedilinkarrow-up8·17 days agoGenerally, you just need to export the pool with zpool export zfspool1, then import again with zpool import -d /dev/disk/by-id zfspool1. I believe it should stick after that. Whether that will apply in its current degrated state I couldn’t say. linkfedilink
Generally, you just need to export the pool with
zpool export zfspool1
, then import again withzpool import -d /dev/disk/by-id zfspool1
.I believe it should stick after that.
Whether that will apply in its current degrated state I couldn’t say.