Displaying 1 result from an estimated 1 matches for "c5t6d0s0".
Did you mean:
c5t0d0s0
2008 Apr 02
1
delete old zpool config?
...id of this without destroying the whole pool and recreating it?
I would like to add c5t2d0 c5t6d0 to the actual zpool as hotspares, but I can''t:
bash-3.00# zpool add data1 spare c5t2d0 c5t6d0
invalid vdev specification
use ''-f'' to override the following errors:
/dev/dsk/c5t6d0s0 is part of exported or potentially active ZFS pool
data1. Please see zpool(1M).
bash-3.00# zpool add -f data1 spare c5t2d0 c5t6d0
invalid vdev specification
the following errors must be manually repaired:
/dev/dsk/c5t6d0s0 is part of exported or potentially active ZFS pool
data1. Please see zpool(...