commit etcd for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package etcd for openSUSE:Factory checked in at 2022-05-01 18:53:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/etcd (Old) and /work/SRC/openSUSE:Factory/.etcd.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "etcd" Sun May 1 18:53:34 2022 rev:32 rq:973908 version:3.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/etcd/etcd.changes 2022-04-23 00:25:30.039757431 +0200 +++ /work/SRC/openSUSE:Factory/.etcd.new.1538/etcd.changes 2022-05-01 18:53:42.903170000 +0200 @@ -1,0 +2,6 @@ +Thu Apr 28 13:35:37 UTC 2022 - Johannes Kastl <kastl@b1-systems.de> + +- add variable ETCD_OPTIONS to both service unit and configuration file + this allows the user to easily add things like "--enable-v2=true" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ etcd.conf ++++++ --- /var/tmp/diff_new_pack.DfHsxv/_old 2022-05-01 18:53:43.595170642 +0200 +++ /var/tmp/diff_new_pack.DfHsxv/_new 2022-05-01 18:53:43.599170645 +0200 @@ -1,3 +1,7 @@ +# set commandline options +# example: ETCD_OPTIONS="--enable-v2=true" to enable the v2 API +#ETCD_OPTIONS= + # [member] ETCD_NAME=default ETCD_DATA_DIR="/var/lib/etcd/default.etcd" ++++++ etcd.service ++++++ --- /var/tmp/diff_new_pack.DfHsxv/_old 2022-05-01 18:53:43.615170661 +0200 +++ /var/tmp/diff_new_pack.DfHsxv/_new 2022-05-01 18:53:43.619170664 +0200 @@ -23,7 +23,7 @@ EnvironmentFile=-/etc/sysconfig/etcd User=etcd # set GOMAXPROCS to number of processors -ExecStart=/bin/bash -c "GOMAXPROCS=$(nproc) /usr/sbin/etcd" +ExecStart=/bin/bash -c "GOMAXPROCS=$(nproc) /usr/sbin/etcd $ETCD_OPTIONS" Restart=on-failure LimitNOFILE=65536 Nice=-10
participants (1)
-
Source-Sync