-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with NFS and configmaps #1
Comments
Hi, It looks like the NFS storage is configured to only allow the On the NFS server you can change the permission to allow read write for the Inside the container you can type Then on the NFS server you can change the owner or group from Regards |
@adiroiban Thanks for that, Now I understand. Will try that. but the main issue is, server.ini configuration through configmaps. As per my knowledge configmaps are not meant to be writable from POD, so If we create any user through SFTP admin panel and POD restarts, User configuration gets erased. So any alternative to make server.ini configuration also persistent. Getting below error if I use configmap yaml mentioned in the repo.
|
SFTPPlus has 2 main configuration methods:
The 2 methods can't be mixed. Our current customers are using SFTPPlus with Kubernetes without the Local Manager web interface. We are fully aware that for same cases you will want SFTPPlus in a cluster but continue to use the Local Manager web interface. What is the timeline of your project? |
@adiroiban I am trying to deploy sftp plus. I am using configmaps to store the sftp configuration. When I create or update user configuration getting below error.
20049 DEFAULT-MANAGER admin 10.0.1.1:34124 Failed to save configuration changes to the local files. Changes will be discarded after server restart. Failed to write the configuration cache at /opt/sftpplus-ubuntu2004-x64-trial/configuration/server.ini.cache
Also I mounted storage at /srv/storage through NFS but I am unable to write the data thorugh admin panel. I tried manually creating files also by exec into the pod, getting the same error.
PFB for NFS error and file permission snippets.
Invalid account configuration for "test". Failed to create missing path in home "/srv/storage/test". [Errno 13] Permission denied: '/srv/storage/test'
Please help me on this
The text was updated successfully, but these errors were encountered: