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 part of the mirror which has been removed or is faulty, or you might want to expand a 2-way mirror to a 3-way mirror (longer MTBF for the 3-way, beyond that it’s not worth it).
- 9 years ago
sotech
Categories:
Uncategorized
Adding another disk to a ZFS mirror
Related Post
-
How to create or update a shipping class in Woocommerce
Here's how to update an existing or create a new shipping class in Woocommerce. This…
-
Adding new products in Woocommerce
Here's how to add a new product in Woocommerce. On the Dashboard, on the left…
-
I hate the new Photos app in iOS 13 – how can I put it back to the way it was?
I can't stand the new Photos app - I just want a grid back! Here's…