(self)
| 218 | return NFSFileVDI(self, uuid) |
| 219 | |
| 220 | def _checkmount(self): |
| 221 | return util.ioretry(lambda: util.pathexists(self.path)) \ |
| 222 | and util.ioretry(lambda: util.ismount(self.path)) |
| 223 | |
| 224 | def scan_exports(self, target): |
| 225 | util.SMlog("scanning2 (target=%s)" % target) |
no outgoing calls
no test coverage detected