Bug 1563630

Summary: Unwanted docker-runc warnings in /var/log/messages
Product: Red Hat Enterprise Linux 7 Reporter: Suhaas Bhat <subhat>
Component: dockerAssignee: Daniel Walsh <dwalsh>
Status: CLOSED DUPLICATE QA Contact: atomic-bugs <atomic-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 7.4CC: amurdaca, dornelas, lsm5
Target Milestone: rcKeywords: Extras
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-05 21:03:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Suhaas Bhat 2018-04-04 11:17:44 UTC
Description of problem:
We can see unwanted docker-runc warnings in /var/log/messages with the latest docker package

Version-Release number of selected component (if applicable):
docker-1.13.1-53.git774336d.el7.x86_64

How reproducible:
Able to reproduce this with both Overlay2 and device-mapper storage drivers.

[root@xxx Downloads]# cat /var/log/messages | grep -i "failed to ret"
Mar 22 10:38:21 dhcp193-13 dockerd-current: time="2018-03-22T10:38:21.678205320+05:30" level=warning msg="failed to retrieve docker-runc version: unknown output format: runc version 1.0.0-rc2\nspec: 1.0.0-rc2-dev\n"
Mar 22 10:38:21 dhcp193-13 dockerd-current: time="2018-03-22T10:38:21.678272920+05:30" level=warning msg="failed to retrieve docker-init version"

Expected results:
Should not contain these warnings

Additional info:
Issue : https://github.com/moby/moby/issues/28494
Fix : https://github.com/moby/moby/pull/28310

Comment 2 Derrick Ornelas 2018-04-05 21:03:56 UTC

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