Hi,
I've got a pool with an cache device. It's an NVME and it's almost end of life
SMART sais: "Percentage Used: 190% "
I don't need this cache, so I'd like to remove the device.
But when I'm trying to remove it using
$ zpool remove rpool nvme0n1p2
the server hangs and only a hard reset will help.
How can I remove this device? Can anybody help me?
Thank you!
nigi
I've got a pool with an cache device. It's an NVME and it's almost end of life
SMART sais: "Percentage Used: 190% "
I don't need this cache, so I'd like to remove the device.
Code:
root@vhost:~# zpool status
pool: rpool
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
scan: scrub repaired 0B in 0 days 10:34:51 with 0 errors on Sun Feb 9 10:58:53 2020
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-WDC_WD30EFRX-68EUZN0_WD-WCC4N5PNXXT1-part2 ONLINE 0 0 0
ata-ST3000VN000-1HJ166_W6A1K7GA-part2 ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
ata-WDC_WD30EFRX-68EUZN0_WD-WMC4N0J5ZUNA ONLINE 0 0 0
ata-WDC_WD30EFRX-68EUZN0_WD-WMC4N0H58NRS ONLINE 0 0 0
logs
e8706967-01 ONLINE 0 0 0
cache
nvme0n1p2 ONLINE 0 0 0
errors: No known data errors
But when I'm trying to remove it using
$ zpool remove rpool nvme0n1p2
the server hangs and only a hard reset will help.
How can I remove this device? Can anybody help me?
Thank you!
nigi