-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with Centos/ version 3.* Kernels #240
Comments
buildah --storage-driver=devicemapper ... Should fix his issue. There is a change I just got merged into containers/storage that was forcing overlay on CentOS and RHEL, which is causing these issues, I believe. |
Thanks Dan. I found the issue that I was having. You need to update the kernel in order to get overlayfs to work. It requires version 4.0+ and CentOS 7 is at:
|
Right we need to start requiring 7.4 or later kernels for all of the tools rather then dealing with systems that do not support overlay file system. |
I guess mentioning this in |
#372 should fix this. |
Closing, fixed with #372 |
Pinesh Shah Reports as a reply to the buildah blog:
In addition I tried myself and received a kernel age error. I suspect that Pinesh's issue is due to runc being older than buildah is expecting. I'm not as sure about the error that I received, it may be a configuration issue as I threw the vm together pretty quickly.
buildah from centos
ERRO[0000] kernel too old to provide multiple lowers feature for overlay: driver not supported
kernel too old to provide multiple lowers feature for overlay: driver not supported
cat /etc/*release
CentOS Linux release 7.3.1611 (Core)
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
CentOS Linux release 7.3.1611 (Core)
CentOS Linux release 7.3.1611 (Core)
[root@localhost buildah]# rpm -qa | grep runc
runc-1.0.0-6.gite800860.el7.x86_64
The text was updated successfully, but these errors were encountered: