Tag: ZFS

  • Adding another disk to a ZFS mirror

    Adding another disk to a ZFS mirror

    I was asked how to add a disk into a ZFS mirror today; this is an easy one:   # zpool attach [poolname] [existing disk] [new disk]   …and done! The pool will begin to resilver with the new disk as part of the existing mirror. You might want to do this to replace a…