Replies: 2 comments
-
Using NFS mount can be tricky and it's easy to misconfigure the container and/or NFS server. |
Beta Was this translation helpful? Give feedback.
-
I sorted this out on my end. It was the permission squashing on the NFS server side. In my case I’m using a Synology which squashes the permissions to the Admin user rather than to root. The docker server is running Photon OS which runs the docker service under root. Synology squashing to the admin user caused the problem. Turning off the permission squashing resolved the problem for this and several other containers where the config directory has to be writable by an early provisioning process of the container (e.g. splunk uses a terraform process to build the container once it boots). I’d consider running your NPM on a local volume but there’s no backup/restore functionality in the config so the only way to protect my configuration settings. Thanks for offering to help troubleshooting. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the issue 228 you asked in the comment if the user was using an NFS mount:
#228 (comment)
I'm having the same issue described and am using an NFS mount. This issue occurs not just on your project but others (but not all others). Was there a particular remedy or comment you would have provided if the user had confirmed they were using NFS volumes?
Thanks
Jeff
Beta Was this translation helpful? Give feedback.
All reactions