|
|
|
|
|
by lazide
1180 days ago
|
|
ZFS doesn’t handle that well generally. You’d have better luck making a full (manual) copy most likely (ZFS send/recv, or mirror then un-mirror even better), assuming you’d run a scrub after. Or manually make checksum files I guess. I’ve done that, less ‘magic’ that way. |
|
Can you expand on that?
The purpose and benefit of a zfs mirror is that every disk in the mirror contains everything. So it's expensive in space usage, but great for reliability. As long as any one of the disks in a mirror survives, you can recover everything.