zmedico 14/10/16 22:05:04 Modified: etcd.conf Added: etcd.tmpfiles.d.conf Log: Merge etcd.conf and USE=doc from steveeJ overlay. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xAE5719A3)
Revision Changes Path 1.2 dev-db/etcd/files/etcd.conf file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/etcd/files/etcd.conf?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/etcd/files/etcd.conf?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/etcd/files/etcd.conf?r1=1.1&r2=1.2 Index: etcd.conf =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/etcd/files/etcd.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- etcd.conf 15 Oct 2014 11:36:53 -0000 1.1 +++ etcd.conf 16 Oct 2014 22:05:04 -0000 1.2 @@ -1,2 +1,39 @@ -d /var/lib/etcd 0755 etcd etcd - - -d /var/run/etcd 0755 etcd etcd - - +# For an explanation of the options please see: +# https://github.com/coreos/etcd/blob/master/Documentation/configuration.md#etcd-configuration +# +# The directory to store log and snapshot. +# If you change this you have to make sure the directory exists at +# the new path and has the correct permissions. +# data_dir = "/var/lib/etcd" + +# name = "default-name" +# addr = "127.0.0.1:4001" +# bind_addr = "127.0.0.1:4001" +# ca_file = "" +# cert_file = "" +# cors = [] +# cpu_profile_file = "" +# discovery = "http://etcd.local:4001/v2/keys/_etcd/registry/examplecluster" +# http_read_timeout = 10 +# http_write_timeout = 10 +# key_file = "" +# peers = [] +# peers_file = "" +# max_cluster_size = 9 +# max_result_buffer = 1024 +# max_retry_attempts = 3 +# snapshot = true +# verbose = false +# very_verbose = false + +[peer] +addr = "127.0.0.1:7001" +bind_addr = "127.0.0.1:7001" +# ca_file = "" +# cert_file = "" +# key_file = "" + +#[cluster] +# active_size = 9 +# remove_delay = 1800.0 +# sync_interval = 5.0 1.1 dev-db/etcd/files/etcd.tmpfiles.d.conf file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/etcd/files/etcd.tmpfiles.d.conf?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/etcd/files/etcd.tmpfiles.d.conf?rev=1.1&content-type=text/plain Index: etcd.tmpfiles.d.conf =================================================================== d /var/lib/etcd 0755 etcd etcd - - d /var/run/etcd 0755 etcd etcd - -
