cp-solr-xml fails when a local backup repository is configured with SolrCloud running as a custom user #519
Labels
bug
Something isn't working
custom kube options
Adding options related to customizing parts of the default Kubernetes resources.
Milestone
Steps to reproduce:
podOptions.podSecurityContext.runAsUser
andpodOptions.podSecurityContext.fsGroup
set to anything other than8983
(default SolrCloud user)backupRepository
usingpersistentVolumeClaim
cp-solr-xml
will then runchmod -r 8983:8983 <backup_storage_path>
despite us running Solr with different users. At some point when files are created in the backup repository by SolrCloud, thechmod
command will fail due to missing permissions and SolrCloud won't boot.The text was updated successfully, but these errors were encountered: