Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-18871

"which: no ofed_info in ..." message from lustre-client-dkms causes frequent confusion

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • Lustre 2.17.0
    • 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.

      Attachments

        Activity

          People

            stancheff Shaun Tancheff
            stancheff Shaun Tancheff
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: