I wanted to remove my SLOG mirror vdev because i want to partition my SSDs with 4K alignment and see if this brings an improvement. But i am unable to remove the devices from the zpool
Code: Select all
storage: ~ # zpool status
pool: zpool1
state: ONLINE
scan: resilvered 0 in 0h3m with 0 errors on Thu Jan 30 23:47:12 2014
config:
NAME STATE READ WRITE CKSUM
zpool1 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ada0.nop ONLINE 0 0 0
ada1.nop ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
ada2.nop ONLINE 0 0 0
ada3.nop ONLINE 0 0 0
logs
mirror-2 ONLINE 0 0 0
ada4 ONLINE 0 0 0
ada5 ONLINE 0 0 0
errors: No known data errors
storage: ~ # zpool remove zpool1 ada5 ada4
cannot remove ada5: operation not supported on this type of pool
cannot remove ada4: operation not supported on this type of pool
Best,
Thomas

