本地卷
./stor lun rm { -n | --name } LUN_NAME
上云卷
./stor lun rm { -n | --name } LUN_NAME [ { -c | --del-cloud } ]
此命令用来删除指定的卷。
说明卷禁用后,才能被删除。对于上云卷,如果删除卷的时候未删除云上数据,后期可以使用卷还原功能进行卷数据还原。
参数
参数 描述 -n LUN_NAME 或 --name LUN_NAME 指定删除的卷名称。 -c 或 --del-cloud 删除卷时,删除云上数据。
示例
删除卷lun1。
[root@hblockserver CTYUN_HBlock_Plus_3.7.0_x64]# ./stor lun rm -n lun1
Start deleting LUN lun1. You can list LUNs to check whether the deletion is completed.