solace - Disk rebuild speed low - Soalce Applinace -


after executing show disk details , able see "disk rebuild speed low "on solace appliance 3560.

what mean of "disk rebuild speed low" in solace.

the cli command

disk rebuild speed <low | high > 

changes raid rebuild speed of physical appliance. higher rebuild speed, faster raid 1 mirroring completes more system resources consumed rebuild task.

you can check disk rebuild status in support shell with:

[support@solace ~]$ cat /proc/mdstat 

and corresponding speed limits set after changing speeds above cli command:

[support@solace ~]$ cat /proc/sys/dev/raid/speed_limit_max [support@solace ~]$ cat /proc/sys/dev/raid/speed_limit_min 

Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -