gerlowskija commented on a change in pull request #302:
URL: https://github.com/apache/solr-operator/pull/302#discussion_r706111480



##########
File path: controllers/util/backup_util.go
##########
@@ -440,3 +483,13 @@ func RunExecForPod(podName string, namespace string, 
command []string, config re
 
        return nil
 }
+
+// TODO Is the Mozilla license on hashicorp's go-version lib we're using here 
acceptable by Apache?  Is there a better option?
+func SupportsGcsBackups(versionStr string) (bool, error) {

Review comment:
       Gah, nvm.  I just traced through where the Solr "version" comes from and 
you were correct that it's coming from the image tag and not anything more 
reliable.  Not sure why I thought it came from a Solr API iself.
   
   This definitely needs to go then.  Though maybe that's an area for 
improvement in the future - we could use something more reliable than the tag 
down the road.




-- 
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-unsubscr...@solr.apache.org

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



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

Reply via email to