How to change latency_io_reqd param in NABox? #2749
rahulguptajss
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As mentioned in #2605, There are cases when latency may spike due to low iops. Harvest has a parameter
latency_io_reqdto handle this but this may need to be tuned further. Below are the steps to modify this in NABox. In below example, we'll changelatency_io_reqdto 50. Default value is 10.Step 1: Create
custom_latency_io_reqd.yamlNavigate to the
zapiperfdirectory:cd /opt/harvest2-conf/conf/zapiperfCreate custom_latency_io_reqd.yaml:
Update the file with the following content:
Step 2: Restart NABox containers
Beta Was this translation helpful? Give feedback.
All reactions