I have an old pool that I created for testing. The underlying devices are long gone or have been overwritten. It was created a long time in the past - I'm not even sure if they were files, mfs or real disks.
When I do '
Trying to destroy this old pool fails:
How can I destory this pool? Note that I have other active pools.
When I do '
zpool import
, I see:
Code:
% sudo zpool import
pool: zmirrortmp
id: 16645399895977040150
state: UNAVAIL
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
see: http://illumos.org/msg/ZFS-8000-3C
config:
zmirrortmp UNAVAIL insufficient replicas
mirror-0 UNAVAIL insufficient replicas
7933931077065391454 UNAVAIL cannot open
3870017713620253843 UNAVAIL cannot open
Trying to destroy this old pool fails:
Code:
% sudo zpool destroy -f zmirrortmp
cannot open 'zmirrortmp': no such pool
How can I destory this pool? Note that I have other active pools.