Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
3
-
11419
Description
This issue was created by maloo for Nathaniel Clark <nathaniel.l.clark@intel.com>
This issue relates to the following test suite run:
http://maloo.whamcloud.com/test_sets/d95b0f48-264f-11e3-8f1c-52540035b04c
http://maloo.whamcloud.com/test_sets/2d26cba2-266f-11e3-b741-52540035b04c
The sub-test test_66 failed with the following error:
replace nids failed
Info required for matching: conf-sanity 66
Attachments
Issue Links
- is related to
-
LU-11990 conf-sanity test_66: replace nids fail alone MGS
-
- Resolved
-
After this patch landed the test is failed in environment there mgs is dedicated to separate node. Connections from OSTs and MDSs are ignored because have OBD_CONNECT_MDS_MDS flag set. I am surprised why connection to MGS have this flag set, probably because actually OBD_CONNECT_MNE_SWAB is set and it have the same value.
Probably we could exclude OBD_CONNECT_MDS_MDS from exceptions, because if LWP connections exists, the we can't assume "MGS is alone".
utopiabound, why have you ignore exports with OBD_CONNECT_MDS_MDS flag set?
Thanks.