Bug 1410533

Summary: silently ignore incorrect keywords in config.json
Product: Red Hat Enterprise Linux 7 Reporter: Qian Cai <qcai>
Component: runcAssignee: Lokesh Mandvekar <lsm5>
Status: CLOSED WONTFIX QA Contact: atomic-bugs <atomic-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 7.3Keywords: Extras
Target Milestone: rc   
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: 2017-02-01 22:27:13 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 Qian Cai 2017-01-05 16:30:42 UTC
Description of problem:
runc silently ignore incorrect keywords in config.json before it runs. For example,


"linux": {
    "rootPropagation": "shared"
...

instead of "rootfsPropagation". This is going to suffer the user-experience.

Version-Release number of selected component (if applicable):
runc-0.1.1-5.el7.x86_64

How reproducible:
always

Comment 2 Qian Cai 2017-02-01 22:26:52 UTC
Open an issue upstream in oci-runtime-tools,
https://github.com/opencontainers/runtime-tools/issues/317

and close this one out since not an issue with runc.