storage volume update¶
必須パラメーター¶
パラメーター名 | データ形式 | デフォルト値 | パラメーター説明 |
---|---|---|---|
VOLUME_ID |
uuid | なし | 更新する仮想ストレージのボリュームID |
--name |
<string> | なし | 更新する仮想ストレージのボリュームの名前 |
任意パラメーター¶
パラメーター名 | データ形式 | デフォルト値 | パラメーター説明 |
---|---|---|---|
--description |
<string> | なし | 更新する仮想ストレージのボリュームの説明 |
--initiator_iqns |
<string> | なし | 更新する仮想ストレージのボリュームに接続可能なiSCSIイニシエーターの限定(アクセス制御) |
コマンド使用例¶
ecl storage volume update --name test-vol-02 --description blah eab976d1-bb89-424e-8c73-df2f61ec0a7e
$ ecl storage volume update --name test-vol-02 --description blah eab976d1-bb89-424e-8c73-df2f61ec0a7e
+--------------------+--------------------------------------+
| Field | Value |
+--------------------+--------------------------------------+
| availability_zone | zone1-groupa |
| created_at | 2016-07-28T05:28:46+0000 |
| description | blah |
| error_message | |
| id | eab976d1-bb89-424e-8c73-df2f61ec0a7e |
| initiator_iqns | [] |
| initiator_secret | null |
| iops_per_gb | 2 |
| metadata | {u'lun_id': u'0'} |
| name | test-vol-02 |
| size | 100 |
| snapshot_ids | [] |
| status | updating |
| target_ips | [] |
| target_secret | null |
| updated_at | 2016-07-28T05:38:14+0000 |
| virtual_storage_id | ccb93a5c-c3c7-4b75-a594-93100091f5e4 |
+--------------------+--------------------------------------+