(self)
| 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): |
no outgoing calls
no test coverage detected