compute volume update¶
任意パラメーター¶
パラメーター名 | データ形式 | デフォルト値 | パラメーター説明 |
---|---|---|---|
--name |
<name> | なし | 新しいボリューム名 |
--size |
<size> | なし | ボリュームサイズをGB単位で拡張します。 |
--description |
<description> | なし | 新しいボリュームの説明 |
--property |
<key=value> | なし | ボリュームに追加、または変更するプロパティ(複数指定できます) |
--bootable |
<boolean> | なし | ブート可能かどうかのフラグ。trueの場合、ブート可能になります。 |
コマンド使用例¶
ecl compute volume update --name cli-test --size 40 --bootable true 744142e2-5645-4650-816f-dea34227edc9
ecl compute volume show cli-test
+---------------------------------------+--------------------------------------+
| Field | Value |
+---------------------------------------+--------------------------------------+
| attachments | [] |
| availability_zone | zone1_groupa |
| bootable | true |
| consistencygroup_id | None |
| created_at | 2017-04-19T04:47:11.000000 |
| description | None |
| encrypted | False |
| id | 744142e2-5645-4650-816f-dea34227edc9 |
| name | cli-test |
| os-vol-tenant-attr:tenant_id | 1bc271e7a8af4d988ff91612f5b122f8 |
| os-volume-replication:driver_data | None |
| os-volume-replication:extended_status | None |
| properties | readonly='False' |
| replication_status | disabled |
| size | 40 |
| snapshot_id | None |
| source_volid | None |
| status | available |
| type | nfsdriver |
| user_id | 5e86848fbc63403daaeffc1b76b3a784 |
+---------------------------------------+--------------------------------------+