Details
-
Bug
-
Resolution: Fixed
-
Minor
-
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.