Implement Ceph volume resize and rename in clients

[1/2] Implements #44
This commit is contained in:
2019-07-26 14:24:22 -04:00
parent 6b41f6556c
commit d5f263bdd6
5 changed files with 152 additions and 2 deletions

View File

@ -524,6 +524,8 @@ Return a JSON document containing information about Ceph RBD volume `<volume>` i
Change the configuration of the volume `<volume>`. If `name` is specified, rename the volume to the specified name. If `size` is specified, resize the volume to the specified size (see `POST /api/v1/storage/ceph/volume` for restrictions).
**NOTE:** Only one change operation (either `name` or `size`) may be completed in one operation.
###### `DELETE`
* Mandatory values: N/A
* Optional values: N/A