I tried removing my one and only ZFS pool on my FreeBSD 9.2-RELEASE machine with the following command and it completed without error:
How do I really really really remove a pool instead of only half way removing it? ada0p6 and ada1p1 were log devices from pool1 which should have been destroyed.
Thanks in advance.
George
zpool destroy pool1
. Now when I run the command to list available pools, zpool list
, no pools show as available. However, zpool import
shows:
Code:
pool: pool1
id: 13857587814309924975
state: FAULTED
status: The pool metadata is corrupted.
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://illumos.org/msg/ZFS-8000-72
config:
pool1 FAULTED corrupted data
logs
ada0p6 ONLINE
ada1p1 ONLINE
How do I really really really remove a pool instead of only half way removing it? ada0p6 and ada1p1 were log devices from pool1 which should have been destroyed.
Thanks in advance.
George