Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
Fix concole messages in nrs.c:
nrs_policy_unregister()
....
rc = -EBUSY;
CERROR("NRS: policy '%s' is busy with %ld references: rc = %d", <-----
name, policy->pol_ref, rc);
GOTO(out_put, rc);
Attachments
Issue Links
- is related to
-
LU-14976 Changing tbf policy induces high CPU load
- Resolved