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

Method check_server

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

Source from the content-addressed store, hash-verified

90 opterr='serverpath is %s' % self.dconf['serverpath'])
91
92 def check_server(self):
93 try:
94 nfs.check_server_tcp(self.remoteserver)
95 except nfs.NfsException, exc:
96 raise xs_errors.XenError('NFSVersion',
97 opterr=exc.errstr)
98
99
100 def mount(self, mountpoint, remotepath):

Callers 2

mount_remotepathMethod · 0.95
probeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected