Saggi Mizrahi has posted comments on this change.

Change subject: Change file permissions using ioprocess
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/27268/1/vdsm/storage/outOfProcess.py
File vdsm/storage/outOfProcess.py:

Line 140:             self.glob = _ioprocessGlob(ioproc)
Line 141:             self.fileUtils.validateAccess = \
Line 142:                 _ioprocessFileUtils(ioproc).validateAccess
Line 143:             self.directReadLines = partial(directReadLines, ioproc)
Line 144:             self.writeLines = partial(writeLines, ioproc)
Missing?
Line 145: 
Line 146:     def __getattr__(self, name):
Line 147:         # Root modules is fake, we need to remove it
Line 148:         fullName = ".".join(self._modName.split(".")[1:] + [name])


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If71ebd4172e53fe0a9c530d29584603b9d2eef5c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yeela Kaplan <ykap...@redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizr...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to