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
Could you please provide the yaml dump for that deployer pod? oc get pod/<dc-name>-<version>-deploy -o yaml
Created attachment 1398532 [details] Output of deployment pod
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.
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 ***