Skip to content

weither close nfs connetion #43

@gssjl2008

Description

@gssjl2008

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions