You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nfsrods depends on acl support being enabled at the export for proper behavior; but if it's not (particularly, as was our case, if your configuration predates d1159b4) it becomes difficult to track down the permission denied errors.
NFSRODS should log during startup if a defined export does not have acls enabled. This should presumably go here:
nfsrods depends on acl support being enabled at the export for proper behavior; but if it's not (particularly, as was our case, if your configuration predates d1159b4) it becomes difficult to track down the permission denied errors.
NFSRODS should log during startup if a defined export does not have acls enabled. This should presumably go here:
https://github.com/irods/irods_client_nfsrods/blob/master/irods-vfs-impl/src/main/java/org/irods/nfsrods/vfs/ServerMain.java#L88
The text was updated successfully, but these errors were encountered: