Allen_Chew

updated

11 years ago

A

Allen_Chew

1 Rookie

21 Posts

0

4304

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!

  • 3326

    0

    Posted 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 %.

  • Allen_Chew

    1 Rookie

    21 Posts

    3326

    0

    Posted September 4th, 2015 04:00

    Thanks! That scli --modify_spare_policy command fixed it!