I have a pool named test_pool and i can only see it when "zfs import" is run. How can i delete this pool and detach associated device from it ?
# zpool import
pool: test_pool
id: 13538020891587345121
state: FAULTED
status: One or more devices contains corrupted data.
action: The pool cannot be imported due to damaged devices or data.
The pool may be active on another system, but can be imported using
the '-f' flag.
see: http://zfsonlinux.org/msg/ZFS-8000-5E
config:
data_pool FAULTED corrupted data
raidz1-1 ONLINE
sdf UNAVAIL corrupted data
sdg UNAVAIL corrupted data
sdh UNAVAIL corrupted data
I have tried # zpool import test_pool -f
to import and get it destroyed but get below message
cannot import 'data_pool': one or more devices is currently unavailable