6.2.5.2 chstoragepool

Modify a storage pool.

Purpose

The chstoragepool command enables you to modify an Exascale storage pool.

Syntax

chstoragepool storagepool-name [ --attributes attribute=value[,attribute=value] ... ] [ --reconfig [ --force ]]

Command Options

The options for the chstoragepool command are:

  • storagepool-name: Identifies an Exascale storage pool that you want to modify.

  • --attributes: Optionally specifies one or more attribute settings for the storage pool.

    Use the describe chstoragepool command to view details about the storage pool attributes you can modify with chstoragepool.

  • --reconfig: Reconfigures the storage pool and makes permanent any changes to the number or size of the underlying pool disks. Reconfiguration may trigger a rebalance operation to ensure that data is spread evenly across the pool disks in the storage pool. The time required for reconfiguration depends on the amount of data movement required to rebalance the storage pool.

  • --force: Optionally forces a reconfiguration operation even if the system detects no apparent change to the underlying pool disks.

Examples

Example 6-54 Set the Disk Offline Timer for a Storage Pool

The following example shows how to set the disk offline timer attribute associated with the Exascale storage pool named SP1.

@> chstoragepool SP1 --attributes diskOfflineTimerInMins=60

Example 6-55 Rediscover Pool Disks and Reconfigure the Storage Pool

The following example shows how to forcibly re-discover the pool disks and reconfigure the specified storage pool.

@> chstoragepool SP1 --reconfig --force