nfs4j icon indicating copy to clipboard operation
nfs4j copied to clipboard

Pure Java NFSv3 and NFSv4.1 implementation

Results 46 nfs4j issues
Sort by recently updated
recently updated
newest added

Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 4.1.8 to 5.1. Release notes Sourced from hazelcast's releases. v5.1 This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform...

dependencies

As resources allocated by expired clients are reclaimed by a periodically running cleanup thread, there are situations when a lock by a valid client denied due to conflicting lock of...

bug
rfc compiance

After the session expires, can the client actively reconnect? The client does not need to do any processing, the server will take the initiative to reclaim expired resources? When I...

info needed

How to use nfs4j-client to create a Kerberos authentication mount and perform io operations with authentication information

enhancement

Hi, I'm trying to get NFS4J working with Kerberos on Ubuntu 20.04. OS native NFS server with Kerberos works fine as well as NFS4J without authentication. But with both NFS4J...

question

We want to use NFS protocol to directly connect to the NFS share for accessing the files without mounting, so, Can nfs4j library be used for NFS Client implementation for...

question

When multiple OPEN and CLOSE operations are interleaved, it's looking like the wrong seqid is used for the test: https://github.com/dCache/nfs4j/blob/b4af4c33051c3d150ed94cbb503730c977fee310/core/src/main/java/org/dcache/nfs/v4/OperationCLOSE.java#L58 Before this test, we added a log to check the...

info needed
rfc compiance

The [rfc7530](https://tools.ietf.org/html/rfc7530#section-16.10.5) says: > In the case where no byte-range locking state has been established and the boolean is true, the argument contains an open_to_lock_owner structure that specifies the stateid...

bug
rfc compiance