Bug 1114098 - fedora 20: etcd broken on install, very out of date, and misconfigured.
Summary: fedora 20: etcd broken on install, very out of date, and misconfigured.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: etcd
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Luke Cypret
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-27 17:36 UTC by James Kyle
Modified: 2014-12-19 14:16 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-12-19 14:16:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description James Kyle 2014-06-27 17:36:45 UTC
Description of problem:

etcd service on fedora 20 only returns 404 page not found for all queries.

Version-Release number of selected component (if applicable):

Fedora 20, etcd 0.1.3

How reproducible:

100%

Steps to Reproduce:
1. yum install etcd
2. systemctl start etcd
3. curl http://127.0.0.1:4001/v2/keys/foo -d "Bar"

Actual results:

404 page not found

Expected results:

{"action":"set","node":{"key":"/message","value":"Hello","modifiedIndex":5,"createdIndex":5}}

Additional info:

The service was configured to use a systemd socket service, but (from the systemd debs) "etcd doesn't have socket activation".

Even if I disabled the socket service and ran etcd 0.1.3 in the foreground with defaults, the same behavior was manifest. 

Installing the current 0.4.4 version of etcd produced the expected/desired behavior.

Comment 1 Peter Lemenkov 2014-12-19 14:16:56 UTC
Fixed already.


Note You need to log in before you can comment on or make changes to this bug.