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

fix typo in facet_failover_host()

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.16.0
    • Lustre 2.15.0
    • None
    • 3
    • 9223372036854775807

    Description

      Fix typo in facet_failover_host() introduced by:
      36475ba5fc ("LU-9272 tests: fix for facet_failover mgs"):

      @@ -4101,9 +4101,8 @@ facet_failover_host() {
              if combined_mgs_mds && [ $facet == "mgs" ] &&
      -               [ -z $mds1failover_HOST ]; then
      +               [ -n "$mds1failover_HOST" ]; then
      

      mgsfailover_HOST is to be equal to mds1failover_HOST if mds and
      mgs are combined and mds1failover_HOST is not empty.

      Attachments

        Activity

          People

            egryaznova Elena Gryaznova
            egryaznova Elena Gryaznova
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: