Saggi Mizrahi has uploaded a new change for review.
Change subject: (Schema) Remove deprecated storage connection APIs ......................................................................
(Schema) Remove deprecated storage connection APIs
Change-Id: I3618fd260dfb51a6b0252e39ade2abaab905b41a Signed-off-by: Saggi Mizrahi smizrahi@redhat.com --- M vdsm_api/vdsmapi-schema.json 1 file changed, 0 insertions(+), 52 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/47/7147/1
diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json index 7d54e09..e782613 100644 --- a/vdsm_api/vdsmapi-schema.json +++ b/vdsm_api/vdsmapi-schema.json @@ -3161,39 +3161,6 @@ 'masterVersion': 'int'}}
## -# @ConnectStorageServerStatus: -# -# Status of a single storage server connection attempt. -# -# @id: Connection UUID -# -# @status: Status code -# -# Since: 4.10.0 -## -{'type': 'ConnectStorageServerStatus', - 'data': {'id': 'UUID', 'status': 'int'}} - -## -# @StoragePool.connectStorageServer: -# -# Establish a connection to backing storage. -# -# @domainType: The type of storage to connect -# -# @connectionParams: An array of connection information -# -# Returns: -# @statuslist: The status of each connection attempt -# -# Since: 4.10.0 -## -{'command': {'class': 'StoragePool', 'name': 'connectStorageServer'}, - 'data': {'domainType': 'StorageDomainType', - 'connectionParams': ['ConnectionRefParameters']}, - 'returns': {'statuslist': ['ConnectStorageServerStatus']}} - -## # @StoragePool.create: # # Create a new Storage Pool. @@ -3259,25 +3226,6 @@ ## {'command': {'class': 'StoragePool', 'name': 'disconnect'}, 'data': {'hostID': 'int', 'scsiKey': 'str', 'remove': 'bool'}} - -## -# @StoragePool.disconnectStorageServer: -# -# Remove backing storage connections. -# -# @domainType: The type of backing storage -# -# @connectionParams: An array of connection information -# -# Returns: -# @statuslist: The status of each connection attempt -# -# Since: 4.10.0 -## -{'command': {'class': 'StoragePool', 'name': 'disconnectStorageServer'}, - 'data': {'domainType': 'StorageDomainType', - 'connectionParams': ['ConnectionRefParameters']}, - 'returns': {'statuslist': ['ConnectStorageServerStatus']}}
## # @SpmRole:
-- To view, visit http://gerrit.ovirt.org/7147 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange Gerrit-Change-Id: I3618fd260dfb51a6b0252e39ade2abaab905b41a Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi smizrahi@redhat.com
oVirt Jenkins CI Server has posted comments on this change.
Change subject: (Schema) Remove deprecated storage connection APIs ......................................................................
Patch Set 1:
Build Successful
http://jenkins.ovirt.info/job/patch_vdsm_unit_tests/432/ : SUCCESS
-- To view, visit http://gerrit.ovirt.org/7147 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment Gerrit-Change-Id: I3618fd260dfb51a6b0252e39ade2abaab905b41a Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi smizrahi@redhat.com Gerrit-Reviewer: oVirt Jenkins CI Server
Itamar Heim has posted comments on this change.
Change subject: (Schema) Remove deprecated storage connection APIs ......................................................................
Patch Set 1:
is this only relevant with the connection management work, or stand alone as well?
Itamar Heim has abandoned this change.
Change subject: (Schema) Remove deprecated storage connection APIs ......................................................................
Abandoned
no reply - abandoning - please restore if still relevant
vdsm-patches@lists.fedorahosted.org