Sandro Bonazzola has posted comments on this change.

Change subject: use VDSM for creating volumes
......................................................................


Patch Set 4:

(3 comments)

http://gerrit.ovirt.org/#/c/28237/4/ovirt_hosted_engine_ha/lib/storage_backends.py
File ovirt_hosted_engine_ha/lib/storage_backends.py:

Line 178:             image_uuid,
Line 179:             volume_uuid
Line 180:         )
Line 181: 
Line 182:         logger.debug("getVolumePath: %s", response)
> please use '%s' instead of plain %s
Done
Line 183:         if response["status"]["code"] == 0:
Line 184:             logger.info("Image for %s already exists", service_name)
Line 185:             path = response['path']
Line 186:             return False, path


Line 180:         )
Line 181: 
Line 182:         logger.debug("getVolumePath: %s", response)
Line 183:         if response["status"]["code"] == 0:
Line 184:             logger.info("Image for %s already exists", service_name)
> same here and in the rest of the log messages...
Done
Line 185:             path = response['path']
Line 186:             return False, path
Line 187: 
Line 188:         elif response["status"]["code"] != 100:


Line 289: 
Line 290:     def get_device(self, service):
Line 291:         """
Line 292:         This method gives access to the underlying Device objects so 
it is possible
Line 293:         to retrieve the volume ang image UUIDs.
> typo: ang -> and
Done
Line 294:         """
Line 295:         return self._services[service]
Line 296: 
Line 297:     def disconnect(self):


-- 
To view, visit http://gerrit.ovirt.org/28237
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iaeae8bfbe931aa47b7afa36207f712f1335c2bd7
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-hosted-engine-ha
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Jiří Moskovčák <[email protected]>
Gerrit-Reviewer: Martin Sivák <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to