Bases: cinder.volume.drivers.coprhd.helpers.commoncoprhdapi.CoprHDResource
This function will return consistency group id.
:param name : Name/id of the consistency group :param project: Name of the project :param tenant: Name of the tenant :returns: id of the consistency group
This function will create consistency group with the given name.
:param name : Name of the consistency group :param project_name: Name of the project path :param tenant: Container tenant name :returns: status of creation
This function marks a particular consistency group as delete.
Parameters: |
|
---|---|
Returns: | status of the delete operation false, incase it fails to do delete |
This function gives list of comma separated consistency group uris.
Parameters: |
|
---|---|
Returns: | list of consistency group ids separated by comma |
This function will display the consistency group with details.
:param name : Name of the consistency group :param project: Name of the project :param tenant: Name of the tenant :returns: details of consistency group
Function used to add or remove volumes from consistency group.
It will update the consistency group with given volumes
:param uri : URI of the consistency group :param project : Name of the project path :param tenant : Container tenant name :param add_volumes : volumes to be added to the consistency group :param remove_volumes: volumes to be removed from CG :param sync : synchronous request :param synctimeout : Query for task status for “synctimeout” secs.
If the task doesn’t complete in synctimeout secs, an exception is thrown
Returns: | status of creation |
---|