I’m seeing the same.

I don’t believe this is specific to Openshift. But perhaps a problem with 
docker’s systemd configuration. Something was added in the docker.service 
config file. Looks as if they added a shell wrapper around starting docker for 
some reason (1.9.x):

ExecStart=/bin/sh -c '/usr/bin/docker daemon $OPTIONS \
          $DOCKER_STORAGE_OPTIONS \
          $DOCKER_NETWORK_OPTIONS \
          $ADD_REGISTRY \
          $BLOCK_REGISTRY \
          $INSECURE_REGISTRY \
          2>&1 | /usr/bin/forward-journald -tag docker'


Where previously (1.8.x) it was simply this:

ExecStart=/usr/bin/docker daemon $OPTIONS \
          $DOCKER_STORAGE_OPTIONS \
          $DOCKER_NETWORK_OPTIONS \
          $ADD_REGISTRY \
          $BLOCK_REGISTRY \
          $INSECURE_REGISTRY


I ponder if there’s a way to pin the docker version in openshift-ansible.


--
John Skarbek


On March 9, 2016 at 03:40:41, David Strejc 
([email protected]<mailto:[email protected]>) wrote:

I don't know where I could find right person for this issue so I am trying to 
post it here as many people are reading this.

Clean installation of Open Shift v3 via ansible is broken by simple yum update 
as yum updates Docker from 1.8 to 1.9.1 and Docker is not starting anymore.

This is the message in logs:

Mar 09 09:03:45 
1.devcloud.cz<https://urldefense.proofpoint.com/v2/url?u=http-3A__1.devcloud.cz&d=CwMFaQ&c=_hRq4mqlUmqpqlyQ5hkoDXIVh6I6pxfkkNxQuL0p-Z0&r=8IlWeJZqFtf8Tvx1PDV9NsLfM_M0oNfzEXXNp-tpx74&m=GehNmbM9G77ApUz5f479U2rnA5Kd1XPXVv3jdJ0SqUs&s=U-3MTfKq44hSNMLcIwWuDoTi6NH_9vA858HXNLuA3-Y&e=>
 systemd[1]: docker.service: Got notification message from PID 7150, but 
reception only permitted for main PID 7149


David Strejc
t: +420734270131
e: [email protected]<mailto:[email protected]>
_______________________________________________
users mailing list
[email protected]
https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.openshift.redhat.com_openshiftmm_listinfo_users&d=CwICAg&c=_hRq4mqlUmqpqlyQ5hkoDXIVh6I6pxfkkNxQuL0p-Z0&r=8IlWeJZqFtf8Tvx1PDV9NsLfM_M0oNfzEXXNp-tpx74&m=GehNmbM9G77ApUz5f479U2rnA5Kd1XPXVv3jdJ0SqUs&s=dxh0-UZEzBfh0x2EvOwkiI7gdDBQNliqQ7X8O-zMUtw&e=
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to