Fulltext results:
- ZFS Playground
- tells you that the mirror is synchronized. ===== Replace a disk ===== In this example, I made the mistake... ing two disks on different controllers. So, let's replace c0d1 with c1d0. <code bash> pfexec zpool replace demo /var/tmp/c0d1 /var/tmp/c1d0 zpool status </code>