Assuming the pool is called "mybootpool", old device is "mygelidevice" and new device is "newdisk":
zpool attach mybootpool /dev/mygelidevice /dev/newdiskThen wait for the resilvering to be done. I would do a scrub to verify that everything is good here:
zpool scrub mybootpool Run "zpool status mybootpool 10" until scrub is finished with no error. Then: zpool detach mybootpool /dev/mygelideviceNow destroy the GELI device, repeat the steps above but swap the two devices.
Cheers,
OpenPGP_signature.asc
Description: OpenPGP digital signature
