> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-
> boun...@opensolaris.org] On Behalf Of Lanky Doodle
> 
> can you have one vdev that is a duplicate of another
> vdev? By that I mean say you had 2x 7 disk raid-z2 vdevs, instead of them
> both being used in one large pool could you have one that is a backup of
the
> other, allowing you to destroy one of them and re-build without data loss?

Well, you can't make a vdev from other vdev's, so you can't make a mirror of
raidz, if that's what you were hoping.

As Cindy mentioned, you can split mirrors...

Or you could use zfs send | zfs receive, to sync one pool to another pool.
This would not care if the architecture of the two pools are the same (the
2nd pool could have different or nonexistent redundancy.)  But this will be
based on snapshots.

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to