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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -