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
-
As mentioned in #2605, There are cases when latency may spike due to low iops. Harvest has a parameter
latency_io_reqd
to 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_reqd
to 50. Default value is 10.Step 1: Create
custom_latency_io_reqd.yaml
Navigate to the
zapiperf
directory:cd /opt/harvest2-conf/conf/zapiperf
Create 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