Gehel has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/351650 )
Change subject: elasticsearch - fix awareness attribute ...................................................................... elasticsearch - fix awareness attribute awareness_attribute = none is not valid, elasticsearch is looking for an attribute named "none" which does not exists and fails to allocate shards. Empty attribute should work. Change-Id: I064eecb80eca5642dd6e288854088508aee81ff1 --- M hieradata/labs/deployment-prep/common.yaml M hieradata/role/common/elasticsearch/relforge.yaml 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/50/351650/1 diff --git a/hieradata/labs/deployment-prep/common.yaml b/hieradata/labs/deployment-prep/common.yaml index 3295ff3..a3e3824 100644 --- a/hieradata/labs/deployment-prep/common.yaml +++ b/hieradata/labs/deployment-prep/common.yaml @@ -202,7 +202,7 @@ "profile::elasticsearch::recover_after_nodes": 3 "profile::elasticsearch::bulk_thread_pool_executors": 5 "profile::elasticsearch::ferm_srange": '' -"profile::elasticsearch::awareness_attributes": 'none' +"profile::elasticsearch::awareness_attributes": '' "profile::elasticsearch::rack": '' "profile::elasticsearch::row": '' "profile::elasticsearch::unicast_hosts": diff --git a/hieradata/role/common/elasticsearch/relforge.yaml b/hieradata/role/common/elasticsearch/relforge.yaml index e5e5c5d..890650b 100644 --- a/hieradata/role/common/elasticsearch/relforge.yaml +++ b/hieradata/role/common/elasticsearch/relforge.yaml @@ -12,6 +12,6 @@ # T130329 profile::base::check_disk_options: -w 18% -c 15% -l -e -A -i "/srv/sd[a-b][1-3]" --exclude-type=tracefs -profile::elasticsearch::awareness_attributes: 'none' +profile::elasticsearch::awareness_attributes: '' profile::elasticsearch::rack: '' profile::elasticsearch::row: '' -- To view, visit https://gerrit.wikimedia.org/r/351650 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I064eecb80eca5642dd6e288854088508aee81ff1 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Gehel <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
