Skip to main content
A newer release of this product is available.

storage pool rename

Contributors
Suggest changes

Rename storage pool

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The storage pool rename command changes the name of the storage pool.

Parameters

-storage-pool <storage pool name> - Storage Pool Name

This parameter specifies the storage pool name.

-new-name <storage pool name> - New Name of the Storage Pool

This parameter specifies the new name of the storage pool.

Examples

Renaming storage pool "sp1" to "sp2"

cluster-1::> storage pool show
                     Storage
Storage Pool         Type    #Disks Nodes             Total Size
-------------------  ------- ------ ----------------  ----------
sp1                  SSD          4 node-a,           10.44GB
                                    node-b

cluster-1::> storage pool rename -storage-pool sp1 -new-name sp2

cluster-1::> storage pool show
                     Storage
Storage Pool         Type    #Disks Nodes             Total Size
-------------------  ------- ------ ----------------  ----------
sp2                  SSD          4 node-a,           10.44GB
                                    node-b