Federico Simoncelli has posted comments on this change.
Change subject: [wip] volume: make volume._share idempotent ......................................................................
Patch Set 1: (1 inline comment)
.................................................... File vdsm/storage/fileVolume.py Line 250: except OSError, e: Line 251: if e != os.errno.ENOENT or itemRequired: Line 252: # Source not found Line 253: self.log.debug("TODO: <message>") Line 254: raise else: continue Line 255: Line 256: try: Line 257: dstInfo = self.oop.stat(dstPath) Line 258: except OSError, e:
-- To view, visit http://gerrit.ovirt.org/8270 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment Gerrit-Change-Id: I237e4a8f094ba04dcd4ef7bff418e03f81162d8d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli fsimonce@redhat.com Gerrit-Reviewer: Ayal Baron abaron@redhat.com Gerrit-Reviewer: Federico Simoncelli fsimonce@redhat.com