Owner manual
--cluster Issue this command to all nodes in the cluster.
(See
help –-all for details on all other options.)
Arguments
id Identifier for the new pool
device Device to include in the pool. This argument may be used multiple times.
Example
This creates a new storage pool called
mainpool, from the device IDs specified, with a physical
extent size (
pesize) of 512KB:
> pool:create --pesize 512 mainpool fioa fiob fioc fiod fioe fiof fiog
fioh
pool:delete
Deletes a pool.
This will destroy any volumes and user data that are currently in the storage pool.
Syntax
pool:delete id(s)
Options
–-node or -n <address(es)>
Issue this command to one or more nodes in the cluster.
--cluster Issue this command to all nodes in the cluster.
(See
help –-all for details on all other options.)
Arguments
id ID, UUID, or WWPN of the pool to delete. This argument may be used
multiple times.
Example
This deletes the
test1 storage pool:
> pool:delete test1
74