6.2.5.6 mkstoragepool
Create a storage pool.
Purpose
The mkstoragepool
command creates a pool of Exascale storage.
Syntax
mkstoragepool storagepool-name
[ --attributes attribute=value[,attribute=value]... ]
[ --nowait ]
Command Options
The options for the mkstoragepool
command are:
-
--attributes
: Optionally specifies one or more attribute settings for the storage pool.Use the
describe mkstoragepool
command to see details about the storage pool attributes you can set. See also Describing Resources and Attributes. -
--nowait
: Specifies that the command returns immediately while the operation completes in the background. Without this option, the command does not return until the storage pool is created.
Usage Notes
Before you create a storage pool, you need some pool disks that are already associated with the storage pool name.
Examples
Example 6-63 Create a Storage Pool
The following example shows creating a storage pool named my-pool1
.
@> mkstoragepool my-pool1
Parent topic: Storage Pool and Pool Disk Management