Owner manual
Examples
• profile:create maximum_performance
This creates a storage pool that emphasizes maximum performance, across all available
devices.
• profile:create reliable_performance
This creates a storage pool that ensures reliability, across all available devices.
• profile:create reliable_capacity
This creates a storage pool that ensures reliability but emphasizes capacity over
performance.
• profile:create -d 2 direct
This creates a direct (JBOD) using two of the available devices.
• profile:create -s 1 -s 3 maximum_performance
This creates a performance pool using the devices in slots 1 and 3.
• profile:create maximum_performance my_pool
This creates a performance pool and names it my_pool.
profile:delete
Deletes a storage profile, also removing its owned resources.
Syntax
profile:delete [options] profile
--force
or -f Force deletion of the profile, even if volumes exist.
(See
help –-all for details on all other options.)
Arguments
profile <name> Name of an existing storage profile (or pool) to delete
Example
This deletes the
maximum_performance pool:
> profile:delete maximum_performance
82