Skip to content

etcd/96

You can find the source of this version on GitHub at cloudfoundry-incubator/etcd-release. It was created based on the commit 1be3eb88.

Release Notes

Reduces the number of times (and thus total time) that etcd will wait for the cluster to become synced, fixing a reported issue #33 in which etcd processes would become orphaned from monit control.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "etcd"
  version: "96"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=96"
  sha1: "9ccc4f7c88464579b908be57013bdff3623a90d5"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 9ccc4f7c88464579b908be57013bdff3623a90d5 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=96"

Jobs

Packages