Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Lustre 2.X test suite
-
3
-
4626
Description
Sanity test 215 tests the values that come out of various /proc/sys/lnet/* files. The test validates the format that is expected. If your test setup has improper routes you can get a NA value instead of a integer which is not handled by the test. This is my case for /proc/sys/lnet/routers
cat /proc/sys/lnet/routers
ref rtr_ref alive_cnt state last_ping ping_sent deadline down_ni router
3 1 1 up 7 1 NA -2 10.37.202.56@o2ib1
I have a simple patch to fix this.
Attachments
Issue Links
- Trackbacks
-
Changelog 2.1 Changes from version 2.1.1 to version 2.1.2 Server support for kernels: 2.6.18308.4.1.el5 (RHEL5) 2.6.32220.17.1.el6 (RHEL6) Client support for unpatched kernels: 2.6.18308.4.1.el5 (RHEL5) 2.6.32220.17.1....