[kubernetes] Remove runtime dependency on etcd - resolves: #1202923

2015-03-23 Thread Jan Chaloupka
commit 578e073dbc67e926367f6663fe319d389925316d
Author: Jan Chaloupka jchal...@redhat.com
Date:   Mon Mar 23 15:38:18 2015 +0100

Remove runtime dependency on etcd
- resolves: #1202923

 kubernetes.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/kubernetes.spec b/kubernetes.spec
index 8c0cdfa..a44d526 100644
--- a/kubernetes.spec
+++ b/kubernetes.spec
@@ -15,7 +15,7 @@
 
 Name:  kubernetes
 Version:   0.13.2
-Release:   0.2.git%{shortcommit}%{?dist}
+Release:   0.3.git%{shortcommit}%{?dist}
 Summary:   Container cluster management
 License:   ASL 2.0
 URL:   https://github.com/GoogleCloudPlatform/kubernetes
@@ -28,8 +28,6 @@ Requires: docker
 Requires:  docker-io
 %endif
 
-Requires:  etcd
-
 Requires(pre): shadow-utils
 
 BuildRequires: golang = 1.2-7
@@ -430,6 +428,10 @@ getent passwd kube /dev/null || useradd -r -g kube -d / 
-s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Mon Mar 23 2015 jchaloup jchal...@redhat.com - 0.13.2-0.3.gitef75888
+- Remove runtime dependency on etcd
+  resolves: #1202923
+
 * Sun Mar 22 2015 jchaloup jchal...@redhat.com - 0.13.2-0.2.gitef75888
 - Bump to upstream ef758881d108bb53a128126c503689104d17f477
 
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1204620] New: container stays around wihtout any processes in it

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204620

Bug ID: 1204620
   Summary: container stays around wihtout any processes in it
   Product: Fedora
   Version: 22
 Component: docker-io
  Assignee: l...@redhat.com
  Reporter: mvoll...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: adima...@gmail.com, admil...@redhat.com,
golang@lists.fedoraproject.org, hushan@gmail.com,
jchal...@redhat.com, jper...@centos.org,
l...@redhat.com, mat...@redhat.com,
mgold...@redhat.com, mimi...@redhat.com, s...@shk.io,
thr...@redhat.com, vba...@redhat.com



Created attachment 1005245
  -- https://bugzilla.redhat.com/attachment.cgi?id=1005245action=edit
Setup script for reproducing

Description of problem:

When running a specific custom image (see attachement), docker fails to notice
when the single process exits.  The container stays around, and attempts to
stop or remove it result in errors.

Doing the same with a slightly older version of docker shows expected behavior.

Version-Release number of selected component (if applicable):
docker-io-1.5.0-19.git5d7adce.fc22.x86_64

How reproducible:
Always.

Steps to Reproduce:
1. Run the attached SETUP script in an empty directory
2. Run the resulting image
   # docker run --name=probe cp /bin/container-probe
3. After wrestling control back from the hanging docker run,
   try to stop or remove the container.
   # docker stop probe
   # docker rm -f probe

Actual results:

The expected output of container-probe is shown, but docker run ... does not
return to the command line prompt.  In fact, job control doesn't work anymore
either (C-c, C-z, C-\).

Stopping and removing leads to these errors:

# docker stop probe
Error response from daemon: Cannot stop container probe: active container for
c492b7203b3d465c778935f97a12b3bf8a4c442731c7fd25cee6f50798ac4f65 does not exist
FATA[] Error: failed to stop one or more containers

# docker rm -f probe
Error response from daemon: Could not kill running container, cannot remove -
active container for
c492b7203b3d465c778935f97a12b3bf8a4c442731c7fd25cee6f50798ac4f65 does not exist
FATA[] Error: failed to remove one or more containers

Expected results:
The output is shown and docker run terminates successfully, the container is
show as exited and can be removed.


Additional info:
docker-io-1.5.0-1.fc21.x86_64 shows the expected behavior.

docker run -i return control to the shell, but the resulting container can't
be stopped or removed either.

systemctl restart docker puts the probe container into a state where it can
be removed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1204620] container stays around without any processes in it

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204620

Marius Vollmer mvoll...@redhat.com changed:

   What|Removed |Added

Summary|container stays around  |container stays around
   |wihtout any processes in it |without any processes in it



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1202923] etcd and kubernetes dependency issue on fedora 21

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1202923

Eric Paris epa...@redhat.com changed:

   What|Removed |Added

  Flags|needinfo?(epa...@redhat.com |
   |)   |



--- Comment #2 from Eric Paris epa...@redhat.com ---
agreed.  build dep only.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1202923] etcd and kubernetes dependency issue on fedora 21

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1202923

Jan Chaloupka jchal...@redhat.com changed:

   What|Removed |Added

  Flags||needinfo?(epa...@redhat.com
   ||)



--- Comment #1 from Jan Chaloupka jchal...@redhat.com ---
Eric,

does the same hold for rhel? Avesh's argument is legit. Etcd is build-time
requirement as we need it to run tests during building. But for runtime, if we
remove etcd from runtime deps, what consequences is this going to have?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1202923] etcd and kubernetes dependency issue on fedora 21

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1202923

Jan Chaloupka jchal...@redhat.com changed:

   What|Removed |Added

 CC||nhor...@redhat.com,
   ||vba...@redhat.com
  Component|etcd|kubernetes
   Assignee|lacyp...@gmail.com  |jchal...@redhat.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1186669] Failed to start Docker Application Container Engine.

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1186669



--- Comment #9 from Fedora Update System upda...@fedoraproject.org ---
selinux-policy-3.13.1-105.9.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/selinux-policy-3.13.1-105.9.fc21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1204620] container stays around without any processes in it

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204620

Marius Vollmer mvoll...@redhat.com changed:

   What|Removed |Added

 Blocks||1204627




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1204627
[Bug 1204627] Tracker: Cockpit test suite broken on Fedora 22
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1204620] container stays around without any processes in it

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204620



--- Comment #1 from Marius Vollmer mvoll...@redhat.com ---
Replacing FROM scratch with FROM busybox shows the same behavior.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1096269] lost signals when sending lots of signals using --sig-proxy to docker

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1096269

Chris Evich cev...@redhat.com changed:

   What|Removed |Added

Environment||autotest-docker:docker_cli/
   ||kill



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[docker-io/f22] package renamed and moved to docker

2015-03-23 Thread Lokesh Mandvekar
commit b0fb1e5c5e6d09313fb78197ab908c19bcfff723
Author: Lokesh Mandvekar l...@fedoraproject.org
Date:   Mon Mar 23 22:52:53 2015 -0500

package renamed and moved to docker

 .gitignore   |   6 -
 README.docker-logrotate  |  17 -
 dead.package |   1 +
 docker-io.spec   | 981 ---
 docker-logrotate.sh  |  11 -
 docker-network.sysconfig |   2 -
 docker-storage.sysconfig |  14 -
 docker.service   |  22 --
 docker.sysconfig |  25 --
 sources  |   1 -
 10 files changed, 1 insertion(+), 1079 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 000..153ce99
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+package renamed and moved to docker
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io watchbugzilla set to Approved

2015-03-23 Thread pkgdb
user: lsm5 set for ichavero acl: watchbugzilla of package: docker-io from:  to: 
Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io watchcommits set to Approved

2015-03-23 Thread pkgdb
user: lsm5 set for ichavero acl: watchcommits of package: docker-io from:  to: 
Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io watchbugzilla set to Approved

2015-03-23 Thread pkgdb
user: lsm5 set for ichavero acl: watchbugzilla of package: docker-io from:  to: 
Approved on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io commit set to Approved

2015-03-23 Thread pkgdb
user: lsm5 set for ichavero acl: commit of package: docker-io from:  to: 
Approved on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io watchbugzilla set to Approved

2015-03-23 Thread pkgdb
user: lsm5 set for ichavero acl: watchbugzilla of package: docker-io from:  to: 
Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io watchcommits set to Approved

2015-03-23 Thread pkgdb
user: lsm5 set for ichavero acl: watchcommits of package: docker-io from:  to: 
Approved on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io commit set to Approved

2015-03-23 Thread pkgdb
user: lsm5 set for ichavero acl: commit of package: docker-io from:  to: 
Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5 updated package: docker-io status to Retired [f22]

2015-03-23 Thread pkgdb
user: lsm5 updated package: docker-io status from: Approved to Retired on 
branch: f22

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1200899] F21 has newer NVR than F22

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200899

Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com changed:

   What|Removed |Added

   Assignee|l...@redhat.com |extras-orphan@fedoraproject
   ||.org



--- Comment #4 from Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com 
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1204620] container stays around without any processes in it

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204620

Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com changed:

   What|Removed |Added

   Assignee|l...@redhat.com |extras-orphan@fedoraproject
   ||.org



--- Comment #2 from Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com 
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1204620] container stays around without any processes in it

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204620

Lokesh Mandvekar l...@redhat.com changed:

   What|Removed |Added

 CC||ichav...@redhat.com
  Component|docker-io   |docker
   Assignee|extras-orphan@fedoraproject |l...@redhat.com
   |.org|



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1184710] dnsmasq needs to be restarted after reboot for dns to work in a Docker container

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1184710

Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com changed:

   What|Removed |Added

   Assignee|l...@redhat.com |ichav...@redhat.com



--- Comment #7 from Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com 
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1171928] update from 3.2-27 to 3.2-28 fails on docker fedora 21 image

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1171928

Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com changed:

   What|Removed |Added

   Assignee|l...@redhat.com |ichav...@redhat.com



--- Comment #22 from Fedora Admin XMLRPC Client 
fedora-admin-xml...@redhat.com ---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1192848] docker no longer supports socket-activation

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192848

Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com changed:

   What|Removed |Added

   Assignee|l...@redhat.com |ichav...@redhat.com



--- Comment #2 from Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com 
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1191747] SELinux is preventing yum from 'name_connect' accesses on the tcp_socket port 54748.

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1191747

Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com changed:

   What|Removed |Added

   Assignee|l...@redhat.com |ichav...@redhat.com



--- Comment #6 from Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com 
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1140398] Catastrophic failure saving large images

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1140398

Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com changed:

   What|Removed |Added

   Assignee|l...@redhat.com |ichav...@redhat.com



--- Comment #2 from Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com 
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io set point of contact to: ichavero

2015-03-23 Thread pkgdb
user: lsm5 changed point of contact of package: docker-io from: lsm5 to: 
ichavero on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io approveacls set to Approved

2015-03-23 Thread pkgdb
user: lsm5 set for ichavero acl: approveacls of package: docker-io from:  to: 
Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io approveacls set to Approved

2015-03-23 Thread pkgdb
user: lsm5 set for ichavero acl: approveacls of package: docker-io from:  to: 
Approved on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io set point of contact to: ichavero

2015-03-23 Thread pkgdb
user: lsm5 changed point of contact of package: docker-io from: lsm5 to: 
ichavero on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1140405] systemctl start docker fails because systemd continuously restarts the daemon

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1140405

Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com changed:

   What|Removed |Added

   Assignee|l...@redhat.com |ichav...@redhat.com



--- Comment #9 from Fedora Admin XMLRPC Client fedora-admin-xml...@redhat.com 
---
This package has changed ownership in the Fedora Package Database.  Reassigning
to the new owner of this component.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io approveacls set to Approved

2015-03-23 Thread pkgdb
user: lsm5 set for ichavero acl: approveacls of package: docker-io from:  to: 
Approved on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[PkgDB] lsm5:docker-io set point of contact to: ichavero

2015-03-23 Thread pkgdb
user: lsm5 changed point of contact of package: docker-io from: lsm5 to: 
ichavero on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/docker-io
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1200899] F21 has newer NVR than F22

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200899

Lokesh Mandvekar l...@redhat.com changed:

   What|Removed |Added

 CC||ichav...@redhat.com
  Component|docker-io   |docker
   Assignee|extras-orphan@fedoraproject |l...@redhat.com
   |.org|



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang