Fixes incorrect comment.

This commit is contained in:
James Phillips 2017-09-06 13:23:19 -07:00
parent 1333fa57a1
commit 520060e138
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11

View File

@ -43,7 +43,7 @@ func (md *lanMergeDelegate) NotifyMerge(members []*serf.Member) error {
m.Name, nodeID, other) m.Name, nodeID, other)
} }
// Only map nodes with a version that's newer than when // Only map nodes with a version that's >= than when
// we made host-based IDs opt-in, which helps prevent // we made host-based IDs opt-in, which helps prevent
// chaos when upgrading older clusters. See #3070 for // chaos when upgrading older clusters. See #3070 for
// more details. // more details.