etcd
https://github.com/etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system.
- Links to home:eroca:go / etcd
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:darix:apps/etcd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.security | 0000000549 549 Bytes | |
_service | 0000000674 674 Bytes | |
_servicedata | 0000000640 640 Bytes | |
etcd-3.5.17.tar.gz | 0004182218 3.99 MB | |
etcd.changes | 0000104772 102 KB | |
etcd.conf | 0000004753 4.64 KB | |
etcd.service | 0000000870 870 Bytes | |
etcd.spec | 0000004661 4.55 KB | |
etcd.sysconfig | 0000000215 215 Bytes | |
system-user-etcd.conf | 0000000094 94 Bytes | |
vendor-update.sh | 0000001087 1.06 KB | |
vendor.tar.gz | 0005421959 5.17 MB |
Revision 2 (latest revision is 3)
Marcus Rueckert (darix)
committed
(revision 2)
- Fixing a configuration data loss bug: Fillup really really wants that the template and the target file actually follow the sysconfig format. The current config and the current template do not fulfill this requirement. Move the current /etc/sysconfig/etcd to /etc/default/etcd and install a new sysconfig file which only adds the ETCD_OPTIONS option, which is actually used by the unit file. This also makes it a bit cleaner to move etcd to use --config-file in the long run.
Comments 0