Mark J Musante wrote:
On Wed, 11 Apr 2007, Constantin Gonzalez Schmitz wrote:

So, instead of detaching, would unplugging, then detaching work?

I don't see why that couldn't work.  The original question of striped
mirrors would be similar:

 - zpool create tank mirror <dev1> <dev2> mirror <dev3> <dev4>
 - {physically move <dev2> and <dev4> to new box}
 - zpool detach <dev2>
 - zpool detach <dev4>

The detach must be an atomic operation. In other words, we need work
to be done to implement this, you can't (safely) fake it with a script.
 -- richard

_______________________________________________
zfs-discuss mailing list
[EMAIL PROTECTED]
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to