HoustonPutman commented on issue #591:
URL: https://github.com/apache/solr-operator/issues/591#issuecomment-1645767751

   You need to provide the SolrCloud yaml that you are using. You are using a 
local backup, but the volume you selected is the Solr data volume which is not 
write-many. Each Solr pod gets its own PVC or ephemeral volume that has 
separate data. The local backup requires that the directory you backup to is 
backed by a shared file system, like NFS. That's why its complaining.
   
   So either use the Solr backup feature to do this for you, and use a 
write-many shared volume type, or use S3 or GCS.


-- 
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]

Reply via email to