Alex Lourie has posted comments on this change.
Change subject: packaging: setup: disconnecting from storage pool
......................................................................
Patch Set 11: Code-Review+1
(1 comment)
Small comment, otherwise looks good.
....................................................
File src/plugins/ovirt-hosted-engine-setup/storage/storage.py
Line 437: def _spmStop(self):
Line 438: self.logger.debug('spmStop')
Line 439: spUUID = self.environment[ohostedcons.StorageEnv.SP_UUID]
Line 440: status, status_uuid = self.serv.spmStop(args=[
Line 441: spUUID,
this multiline split is a little vague; I would either go for all in one line,
or with
spmStop(
args=[spUUID],
)
Line 442: ])
Line 443: if status != 0:
Line 444: raise RuntimeError(status_uuid)
Line 445: self.logger.debug(status_uuid)
--
To view, visit http://gerrit.ovirt.org/17676
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib3052c62316bc3bd6ddc82f10356e3bf665816bc
Gerrit-PatchSet: 11
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: Alex Lourie <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Eduardo <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Greg Padgett <[email protected]>
Gerrit-Reviewer: Lev Veyde <[email protected]>
Gerrit-Reviewer: Ofer Schreiber <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: Yedidyah Bar David <[email protected]>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches