-
Notifications
You must be signed in to change notification settings - Fork 0
Description
@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