Details
-
Bug
-
Resolution: Fixed
-
Critical
-
Upstream
-
None
-
3
-
9223372036854775807
Description
I'm getting many messages like this:
lctl: error invoking upcall /usr/sbin/lctl set_param ..lbug_on_grant_miscount=1
in the logs.
this was introduced in bb5d81ea95 ("LU-14543 target: prevent overflowing of tgd->tgd_tot_granted")
I don't quite understand why this clearly debugging tunable needs to be persisten in the config logs?
IMO, the better would be to have node-wide non-persisten tunable like osd's track_declare_assert
Attachments
Issue Links
- is related to
-
LU-14543 tgt_grant_discard(): avoid tgd->tgd_tot_granted overflowing
-
- Resolved
-
Moving this patch to a module parameter is causing RHEL7.9 testing to fail 100% with:
https://testing.whamcloud.com/test_sets/8a2e1a74-c60f-4e33-bbfa-2c3a7efa7e13
The build version is the same on the client and server, so it isn't a case of an old build being used on the client.
I think the problem is that this is a client-only build being tested, and the module parameter is only for the server, so it just doesn't exist on the el7.9 client. I think the test-framework needs to be changed to only set this parameter on the OSS and MDS and not the client nodes.