HendrikRoth commented on issue #121: URL: https://github.com/apache/couchdb-helm/issues/121#issuecomment-2832538935
I had the same problem. It turned out that the issue was with the NFS server. The server (TrueNAS Scale) had ACL permissions set, which made it impossible to use no_root_squash (I’m using the nfs-subdir-external-provisioner), and the CouchDB container apparently wasn’t able to change permissions. Since I corrected the ACL settings with ``` sudo zfs set aclmode=passthrough $VOL sudo zfs set aclinherit=passthrough $VOL ``` everything is working now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
