Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
Lustre 2.4.0
-
Lustre Branch: master
-
3
-
5849
Description
The following error message occurred in many tests which call wait_mds_ost_sync:
CMD: fat-intel-3vm8 /usr/sbin/lctl get_param -n obdfilter.*.mds_sync fat-intel-3vm8: error: get_param: /proc/{fs,sys}/{lnet,lustre}/obdfilter/*/mds_sync: Found no match
https://maloo.whamcloud.com/test_sets/b9a24768-44a8-11e2-8c8b-52540035b04c
https://maloo.whamcloud.com/test_sets/5419a010-44aa-11e2-8c8b-52540035b04c
https://maloo.whamcloud.com/test_sets/c923effc-44ad-11e2-8c8b-52540035b04c
https://maloo.whamcloud.com/test_sets/34f7f994-44ae-11e2-8c8b-52540035b04c
https://maloo.whamcloud.com/test_sets/d0434e5c-44af-11e2-8c8b-52540035b04c
Attachments
Issue Links
- is related to
-
LU-2620 Failure on test suite replay-ost-single test_6: test_6 failed with 1
-
- Resolved
-
Bob,
while it is good to fix the test-framework.sh to check for the new parameter, but this parameter does not exist on older servers. Since the test-framework.sh runs from the client (which may be newer or older than the server), it needs to be able to work with the old-style /proc parameters as well.
Could you please make another patch that adds a check for the old mds_sync file if old_sync_processed does not exist.