Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
"which: no ofed_info in ..." message from lustre-client-dkms causes frequent confusion
The construct is seen in a few places and leaks via stderr when ofed_info does not exist.
if which ofed_info >/dev/null ; then
This causes confusion among users that are not using MOFED.
This can be quashed by adding the redirect of stderr to /dev/null or using `command -v` to get the same effect.