Yeela Kaplan has uploaded a new change for review.

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

Change file permissions using ioprocess

Change-Id: If71ebd4172e53fe0a9c530d29584603b9d2eef5c
Signed-off-by: Yeela Kaplan <ykap...@redhat.com>
---
M vdsm/storage/outOfProcess.py
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/68/27268/1

diff --git a/vdsm/storage/outOfProcess.py b/vdsm/storage/outOfProcess.py
index c864985..516f15d 100644
--- a/vdsm/storage/outOfProcess.py
+++ b/vdsm/storage/outOfProcess.py
@@ -98,6 +98,9 @@
     def __init__(self, iop):
         self._iop = iop
 
+    def chmod(self, path, mode):
+        self._iop.chmod(path, mode)
+
     def rename(self, oldpath, newpath):
         self._iop.rename(oldpath, newpath)
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If71ebd4172e53fe0a9c530d29584603b9d2eef5c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yeela Kaplan <ykap...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to