Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weither close nfs connetion #43

Open
gssjl2008 opened this issue Aug 5, 2021 · 1 comment
Open

weither close nfs connetion #43

gssjl2008 opened this issue Aug 5, 2021 · 1 comment

Comments

@gssjl2008
Copy link

I use it to check whether NFS is writable, I do not see NFS close the connection

      nfs = libnfs.NFS("nfs://{server}{path}".format(server=nfs_server, path=nfs_path))
      f = nfs.open("/test_nfs_rw.file", "w")
      f.write(str(time.time()))
      f.close()

Have you closed the connection?

@sahlberg
Copy link
Owner

sahlberg commented Aug 5, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants