summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/consistency-group.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add two consistency group commands"Jenkins2017-01-111-1/+45
|\
| * Add two consistency group commandszhiyong.dai2016-12-131-1/+45
| | | | | | | | | | | | | | | | | | | | | | Add commands: consistency group add volume consistency group remove volume in volume v2 (v2 only) Change-Id: I70ff287d3b5df78196b8f4b9e50402c471aef284 Implements: bp cinder-command-support Closes-Bug: #1613964
* | change os in command example to openstackKevin_Zheng2016-12-201-5/+5
|/ | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
* Merge "Add "consistency group set" command"Jenkins2016-12-081-1/+26
|\
| * Add "consistency group set" commandzhiyong.dai2016-12-061-1/+26
| | | | | | | | | | | | | | | | Add "consistency group set" command in volume v2 (v2 only). Change-Id: I53116015388b7a4b0e15813f52c1246166bb0fc1 Implements: bp cinder-command-support Partial-Bug: #1613964
* | Add "consistency-group-snapshot" option to consistency group createHuanxuan Ao2016-12-071-1/+5
|/ | | | | | | | | | | Add "consistency-group-snapshot" option to "consistency group create" command to support for creating consistency group from existing consistency group snapshot Implements: bp cinder-command-support Partial-Bug: #1613964 Change-Id: I54c265d38299f4973945ba99e30042bcf47859c0
* Add "consistency group show" commanddaizhiyong2016-12-021-0/+17
| | | | | | | | Add "consistency group show" command in volume v2 (v2 only). Change-Id: If496eba2955c0aacd52600bb6fba39690ddd90cb Implements: bp cinder-command-support Partial-Bug: #1613964
* Add "consistency group delete" commandzhiyong.dai2016-12-021-0/+21
| | | | | | | | Add "consistency group delete" command in volume v2 (v2 only). Change-Id: Ieebc2417df0d45a578d5617bad245d7863f09190 Implements: bp cinder-command-support Partial-Bug: #1613964
* Add "consistency group create" commandHuanxuan Ao2016-11-171-0/+36
| | | | | | | | | Add "consistency group create" command in volume v2 (v2 only). Change-Id: I2e9affe390b1012aa18459e64d04afcdfc15e27d Implements: bp cinder-command-support Partial-Bug: #1613964
* Implement "consistency group list" commandHuanxuan Ao2016-09-281-0/+26
Add "consistency group" object in volume v2 (v2 only) and implement "consistency group list" command Change-Id: Ifa90d97f4b223f9a5b00708cff07fa2c5e2635f0 Implements: bp cinder-command-support Partial-Bug: #1613964 Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>