Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
The issue can be reproduced easily by the following steps:
$ lctl set_param ost.OSS.ost_io.nrs_policies="tbf nid" $ lctl set_param ost.OSS.ost_io.nrs_policies="tbf" lctl get_param ost.OSS.ost_io.nrs_policies ost.OSS.ost_io.nrs_policies= regular_requests: ... - name: tbf nid state: started fallback: no queued: 0 active: 0 ... high_priority_requests: ... - name: tbf nid state: started fallback: no queued: 0 active: 0 ...
Generic "tbf" police can't be set correctly after setting "tbf <rule>".