Re: [zfs-discuss] Stop a resilver

2007-06-05 Thread Bill Moore
Did you try issuing: zpool detach your_pool_name new_device That should detach the new device and stop the resilver. If you just want to stop the resilver (and leave the device), you should be able to do: zpool scrub -s your_pool_name Which will stop the scrub/resilver. --Bill On

[zfs-discuss] Stop a resilver

2007-06-05 Thread John
I'm in bit of a bind... I did a "replace" and the resilver has started properly. Unfortunately I need to now abort the "replace". Is there way to do this? Can I do some thing like take the new device "offline"? thank This message posted from opensolaris.org __