Shalin Shekhar Mangar created SOLR-11986: --------------------------------------------
Summary: Allow percentage in freedisk attribute in policy rules Key: SOLR-11986 URL: https://issues.apache.org/jira/browse/SOLR-11986 Project: Solr Issue Type: Sub-task Security Level: Public (Default Security Level. Issues are Public) Components: AutoScaling, SolrCloud Reporter: Shalin Shekhar Mangar Fix For: master (8.0), 7.3 We should allow users to specify freedisk as a percentage in addition to absolute values. For example, the following restricts adding any replicas on a node having freedisk less than 30% of total usable space. {code} {"replica" : 0, "freedisk" : "<30%"} {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org