I have a zpool of 5 disks that I want to destroy. its not working sadly. I tried so many things. zfs export did not work, wiping all disks, did not work, umounting doesn't find any mounted points, lsof | grep zfs finds not processes using this pool, several restarts of the server did not help, modprobe -r zfs fails with a fatal error that zfs is in use.
i really could use some help
trying do destroy the zpool:
i really could use some help
Bash:
root@pve:~# zpool status
pool: tank
state: DEGRADED
status: One or more devices has been taken offline by the administrator.
Sufficient replicas exist for the pool to continue functioning in a
degraded state.
action: Online the device using 'zpool online' or replace the device with
'zpool replace'.
scan: resilvered 1.15T in 04:06:11 with 0 errors on Sat Aug 5 00:32:13 2023
config:
NAME STATE READ WRITE CKSUM
tank DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
ata-ST2000DM001-9YN164_Z2F0GPQR OFFLINE 0 0 0
ata-ST2000DM001-1CH164_W1F4C8RS OFFLINE 0 0 0
ata-ST2000DM008-2FR102_ZFL689C5 ONLINE 0 0 0
ata-ST2000DM008-2FR102_ZFL688AZ ONLINE 0 0 0
ata-ST2000DM001-1CH164_W1F4DRZ7 ONLINE 0 0 0
errors: No known data errors
trying do destroy the zpool:
Bash:
root@pve:~# zpool destroy tank
cannot destroy 'tank': pool is busy
Last edited: