You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "a-nych (via GitHub)" <gi...@apache.org> on 2023/01/23 09:58:23 UTC

[GitHub] [solr-operator] a-nych opened a new issue, #519: cp-solr-xml fails when a local backup repository is configured with SolrCloud running as a custom user

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: issues-unsubscribe@solr.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-operator] HoustonPutman closed issue #519: cp-solr-xml fails when a local backup repository is configured with SolrCloud running as a custom user

Posted by "HoustonPutman (via GitHub)" <gi...@apache.org>.
HoustonPutman closed issue #519: cp-solr-xml fails when a local backup repository is configured with SolrCloud running as a custom user
URL: https://github.com/apache/solr-operator/issues/519


-- 
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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org