Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ local M

local msp = config.get('sys.master_selection_policy')
if type(cfg.etcd) == 'table'
and config.get('etcd.fencing_enabled')
and config.get('etcd.fencing_enabled') == true
and (msp == 'etcd.cluster.master' or msp == 'etcd.cluster.vshard')
and type(cfg.cluster) == 'string' and cfg.cluster ~= ''
and config.get('etcd.reduce_listing_quorum') ~= true
Expand Down