Francesco Romani has posted comments on this change.

Change subject: mount: Wait for systemd temporary mount unit
......................................................................


Patch Set 5: Code-Review+1

(1 comment)

https://gerrit.ovirt.org/#/c/56544/5/lib/vdsm/storage/mount.py
File lib/vdsm/storage/mount.py:

Line 224: 
Line 225:     def mount(self, mntOpts=None, vfstype=None, timeout=None, 
cgroup=None):
Line 226:         mount = supervdsm.getProxy().mount if os.geteuid() != 0 else 
_mount
Line 227:         self.log.info("mounting %s at %s", self.fs_spec, self.fs_file)
Line 228: 
spurious?
Line 229:         with utils.stopwatch("%s mounted" % self.fs_file, 
log=self.log):
Line 230:             mount(self.fs_spec, self.fs_file, mntOpts=mntOpts, 
vfstype=vfstype,
Line 231:                   timeout=timeout, cgroup=cgroup)
Line 232: 


-- 
To view, visit https://gerrit.ovirt.org/56544
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I9b0318eb534f781f127882983527e1a221820478
Gerrit-PatchSet: 5
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: Adam Litke <ali...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Idan Shaby <ish...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: gerrit-hooks <automat...@ovirt.org>
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/vdsm-patches@lists.fedorahosted.org

Reply via email to