Bug 1546720 - Not able to execute deploypod
Summary: Not able to execute deploypod
Keywords:
Status: CLOSED DUPLICATE of bug 1444662
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Node
Version: 3.6.1
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: 3.6.z
Assignee: Seth Jennings
QA Contact: DeShuai Ma
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-02-19 12:16 UTC by Christian Carlé
Modified: 2018-04-10 04:02 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-04-10 04:02:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Output of deployment pod (4.00 KB, text/plain)
2018-02-21 04:59 UTC, Christian Carlé
no flags Details

Description Christian Carlé 2018-02-19 12:16:08 UTC
Description of problem:
Not able to execute deploypod in a proper way.

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

How reproducible:
Start deployment.

Steps to Reproduce:
1. oc deploy XXX --follow=true
2.
3.

Actual results:
container_linux.go:247: starting container process caused "process_linux.go:334: running prestart hook 1 caused \"error running hook: exit status 1, stdout: , stderr: \""

Expected results:
Deploypod to run i a correct way

Additional info:
The issue is only in one project.
Same image and dc works in another project.

Issue on https://access.redhat.com/solutions/3023071 is not applicable even though same error message.

1 - Bug 1431856 where the containers config.v2.json file is to large.
Error in logs seen: oci-systemd-hook[6519]: systemdhook <error>: parse error: trailing garbage

2 - Due to docker using native.cgroupdriver=cgroupfs and not native.cgroupdriver=systemd.
Incorrect cgroupdriver # ps aux | grep cgroupdriver

Comment 1 Tomáš Nožička 2018-02-20 13:46:14 UTC
Could you please provide the yaml dump for that deployer pod? 

oc get pod/<dc-name>-<version>-deploy -o yaml

Comment 2 Christian Carlé 2018-02-21 04:59:12 UTC
Created attachment 1398532 [details]
Output of deployment pod

Comment 3 Christian Carlé 2018-02-21 04:59:39 UTC
We did an yum update oci-systemd-hook and it started to work but we
reverted the update because we really want to know the reason behind
this. The issue recurred after we reverted.

Comment 4 Seth Jennings 2018-04-10 04:02:26 UTC
https://github.com/opencontainers/runc/issues/1417

https://bugzilla.redhat.com/show_bug.cgi?id=1444662

I think the hook was removed in the oci-systemd-hook package which avoided the error.

*** This bug has been marked as a duplicate of bug 1444662 ***


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