Re: Scaling Down etcd
Lingesh Mouleeshwaran
Hi Amit,
toggle quoted messageShow quoted text
Thanks for taking time to respond. actually we are maintaining deployment manifest templates and from there we are generating each components manifest using spruce. So there by we are controlling the deviations. Now coming to the etcd problem: The old manifest is having 3 member and new manifest is having 4 member. All 7 members joined together and formed a single etcd cluster. Now we need to remove the existing 3 members from the cluster and delete the old deployment. The problem is, when we remove these 3 members from the properties.etcd.machines in the new manifest and do a bosh deploy, the job is failing during the update and not coming up. The exact error in the etcd job logs is *'the member count is unequal'* Regards Lingesh M
On Wed, Feb 17, 2016 at 10:30 AM, Amit Gupta <agupta(a)pivotal.io> wrote:
Hi Lingesh,
|
|