a-nych opened a new issue, #519: URL: https://github.com/apache/solr-operator/issues/519
Steps to reproduce: 1. Run SolrCloud nodes with `podOptions.podSecurityContext.runAsUser` and `podOptions.podSecurityContext.fsGroup` set to anything other than `8983` (default SolrCloud user) 2. Configure a local `backupRepository` using `persistentVolumeClaim` `cp-solr-xml` will then run `chmod -r 8983:8983 <backup_storage_path>` despite us running Solr with different users. At some when files are created in the backup repository, the `chmod` command will fail due to missing permissions and SolrCloud won't boot. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
