Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

4141

September 3rd, 2015 09:00

Configure Spare Capacity

Hi experts!

I'm getting a level 1 severity alert saying: Configured spare capacity is smaller than largest fault unit.

How do I fix this error? where can i modify the spare capacity?

Thanks!

September 3rd, 2015 23:00

Hi, there is a CLI command to acheive that: scli --modify_spare_policy ... --spare_percentage 34

Spare capacity should cover a failure of one entire node, so it should be equal to 1/N in case of equally balanced setup or to the capacity of the largest node in case one node is bigger than others.

This relates to spare capacity, what you need to insert in the command is percentage, so some math needs to be done :-) In addition it is necessary to round up decimal values. For example in three nodes setup it 34 % instead of 33,33 %.

21 Posts

September 4th, 2015 04:00

Thanks! That scli --modify_spare_policy command fixed it!

No Events found!

Top