Skip to content

Commit 0aea022

Browse files
committed
Allow passive members to execute backups
1 parent 8c4406c commit 0aea022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbm/topo/topo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func collectTopoCheckErrors(
110110
anyAvail := false
111111
for _, host := range hosts {
112112
a, ok := agents[host]
113-
if !ok || a.Arbiter || a.Passive {
113+
if !ok || a.Arbiter {
114114
continue
115115
}
116116

0 commit comments

Comments
 (0)