Change in vdsm[master]: configurator.py: fix _removeFile to do as described in it's ...

mtayer at redhat.com mtayer at redhat.com
Mon Jun 16 15:03:36 UTC 2014


mooli tayer has posted comments on this change.

Change subject: configurator.py: fix _removeFile to do as described in it's doc string.
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.ovirt.org/#/c/28782/3/lib/vdsm/tool/configurator.py
File lib/vdsm/tool/configurator.py:

Line 325:             if utils.isOvirtNode():
Line 326:                 NodeCfg().unpersist(content['path'])
Line 327:         except OSError as e:
Line 328:             if e.errno != errno.ENOENT:
Line 329:                 raise InvalidRun("Removing file: %s failed", content['path'])
Maybe if removal failed file should be persisted() back?
Line 330: 
Line 331:     def _unprefixAndRemoveSection(self, path):
Line 332:         """
Line 333:         undo changes done by _prefixAndPrepend.


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I0436832ae63891c097038ef2b76606c30c40328a
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: mooli tayer <mtayer at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: mooli tayer <mtayer at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list