This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 375
ppc64le: kata-runtime kata-env fails due to missing model field from returned /proc/cpuinfo #1089
Comments
nitkon
added a commit
to nitkon/runtime
that referenced
this issue
Jan 5, 2019
The contents of /proc/cpuinfo were trimmed and hence the "model" field could not be parsed despite being a field in /proc/cpuinfo. Fix this issue. Fixes: kata-containers#1089 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
nitkon
added a commit
to nitkon/runtime
that referenced
this issue
Jan 5, 2019
The contents of /proc/cpuinfo were trimmed and hence the "model" field could not be parsed despite being a field in /proc/cpuinfo. Fix this issue. Fixes: kata-containers#1089 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
nitkon
added a commit
to nitkon/runtime
that referenced
this issue
Jan 7, 2019
The contents of /proc/cpuinfo were trimmed and hence the "model" field could not be parsed despite being a field in /proc/cpuinfo. Fix this issue. Fixes: kata-containers#1089 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
nitkon
added a commit
to nitkon/runtime
that referenced
this issue
Jan 8, 2019
The contents of /proc/cpuinfo were trimmed and hence the "model" field could not be parsed despite being a field in /proc/cpuinfo. Fix this issue. Fixes: kata-containers#1089 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
nitkon
added a commit
to nitkon/runtime
that referenced
this issue
Jan 8, 2019
Add a test-case to check that correct model value and vendor value is returned. Fixes: kata-containers#1089 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
nitkon
added a commit
to nitkon/runtime
that referenced
this issue
Jan 8, 2019
The contents of /proc/cpuinfo were trimmed and hence the "model" field could not be parsed despite being a field in /proc/cpuinfo. Fix this issue. Fixes: kata-containers#1089 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
nitkon
added a commit
to nitkon/runtime
that referenced
this issue
Jan 8, 2019
Add a test-case to check that correct model value and vendor value is returned from cpuinfo. Fixes: kata-containers#1089 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
nitkon
added a commit
to nitkon/runtime
that referenced
this issue
Jan 8, 2019
Use the correct model name for ppc64le TestGetCPUDetails model name. Fixes: kata-containers#1089 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
nitkon
added a commit
to nitkon/runtime
that referenced
this issue
Jan 9, 2019
The contents of /proc/cpuinfo were trimmed and hence the "model" field could not be parsed despite being a field in /proc/cpuinfo. Fix this issue. Fixes: kata-containers#1089 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
nitkon
added a commit
to nitkon/runtime
that referenced
this issue
Jan 9, 2019
Use the correct model name for ppc64le TestGetCPUDetails model name. Fixes: kata-containers#1089 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Description of problem
kata-runtime kata-env
Expected result
Details of the running environment
Actual result
cannot find model field in file /proc/cpuinfo
The text was updated successfully, but these errors were encountered: