Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
If several targets are running on the same node, then only the first one getting sptlrpc config from server will have local copy of it.
Problem is in nature of sptlrpc config which is shared between all targets on particular MGC, so the first target fetch it from server and get local copy, but next one find it in memory with cleared cfg_sb and skip local copy creation as have no access to lsi
Possible solution is to update cfg_sb with current target sb when it finds existing config_llog_data
Attachments
Issue Links
- is related to
-
LU-17643 Make a local copy of the sptlrpc llog
- Resolved