./stor storagepool set { -n | --name } POOL_NAME [ --new-name NEW_NAME ] [ --change-description ]
此命令用来修改存储池信息。
参数
参数 描述 -n POOL_NAME 或 --name POOL_NAME 指定存储池名称。 --new-name NEW_NAME 指定存储池的新名称。
取值:字符串形式,长度范围是1~16,只能由字母、数字、短横线(-)、下划线(_)组成,字母区分大小写,且仅支持以字母和数字开头。
--change-description 修改存储池描述信息。
示例
示例1
修改存储池pool3的名称为rackpool3。
[root@hblockserver CTYUN_HBlock_Plus_3.7.0_x64]# ./stor storagepool set -n pool3 --new-name rackpool3
Set storage pool pool3 successfully.
示例2
修改存储池pool4的描述信息。
[root@hblockserver CTYUN_HBlock_Plus_3.7.0_x64]# ./stor storagepool set -n pool4 --change-description
Enter the description for this pool, limited to 50 characters:
pool4's fault domain is path level.
Set storage pool pool4 successfully.