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

Method mount

scripts/vm/hypervisor/xenserver/xcposs/NFSSR.py:100–104  ·  view source on GitHub ↗
(self, mountpoint, remotepath)

Source from the content-addressed store, hash-verified

98
99
100 def mount(self, mountpoint, remotepath):
101 try:
102 nfs.soft_mount(mountpoint, self.remoteserver, remotepath, self.transport)
103 except nfs.NfsException, exc:
104 raise xs_errors.XenError('NFSMount', opterr=exc.errstr)
105
106
107 def attach(self, sr_uuid):

Callers 4

mount_remotepathMethod · 0.95
probeMethod · 0.95
renderErrorFunction · 0.45
main.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected