Change in vdsm[master]: Get oop from object instance

zhshzhou at linux.vnet.ibm.com zhshzhou at linux.vnet.ibm.com
Tue Oct 30 09:05:20 UTC 2012


Zhou Zheng Sheng has posted comments on this change.

Change subject: Get oop from object instance
......................................................................


Patch Set 1: I would prefer that you didn't submit this

(1 inline comment)

....................................................
File vdsm/storage/fileSD.py
Line 176:                   })
Line 177: 
Line 178:     def getReadDelay(self):
Line 179:         t = time.time()
Line 180:         self.oop.getProcessPool(self.sdUUID).directReadLines(self.metafile)
After reading the code implementing StorageDomain.oop, I think this line should be

  self.oop.directReadLines(self.metafile)
Line 181:         return time.time() - t
Line 182: 
Line 183:     def getFileList(self, pattern, caseSensitive):
Line 184:         """


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia6b86f2c5e382774003772837e32bd62f8ad29ce
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Shu Ming <shuming at linux.vnet.ibm.com>
Gerrit-Reviewer: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>


More information about the vdsm-patches mailing list