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

Method mount_remotepath

scripts/vm/hypervisor/xenserver/xcposs/NFSSR.py:115–120  ·  view source on GitHub ↗
(self, sr_uuid)

Source from the content-addressed store, hash-verified

113
114
115 def mount_remotepath(self, sr_uuid):
116 if not self._checkmount():
117 self.check_server()
118 self.mount(self.path, self.remotepath)
119
120 return super(NFSSR, self).attach(sr_uuid)
121
122
123 def probe(self):

Callers 3

attachMethod · 0.95
createMethod · 0.95
deleteMethod · 0.95

Calls 4

_checkmountMethod · 0.95
check_serverMethod · 0.95
mountMethod · 0.95
attachMethod · 0.65

Tested by

no test coverage detected