MCPcopy Create free account
hub / github.com/apache/cloudstack / _checkmount

Method _checkmount

scripts/vm/hypervisor/xenserver/xcposs/NFSSR.py:220–222  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers 4

mount_remotepathMethod · 0.95
detachMethod · 0.95
createMethod · 0.95
deleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected