is there a reason CentOS uses such an old kernel?
The server went live two years ago.
Without doing an actual search, it seems like this âmy install broke because of devicemapperâ topic comes up three times a week. (And I think I remember some post somewhere that says âwe recently fixed the test to see if people were using this likely-broken thing, so we let some people install with the thing we think is brokenâ). This is among the most cogent responses Iâve seen. Perhaps there should be a #HOWTO about this issue that we could just point people to?
Itâs probably not too soon to upgrade the kernel, then.
Closing this topic as out of date. overlay2
is now the recommended storage driver for current versions of Docker. From the Docker documentation as of 2019-06-19T04:00:00Z, emphasis mine:
-
overlay2
is the preferred storage driver, for all currently supported Linux distributions, and requires no extra configuration. -
aufs
is the preferred storage driver for Docker 18.06 and older, when running on Ubuntu 14.04 on kernel 3.13 which has no support foroverlay2
. -
devicemapper
is supported, but requiresdirect-lvm
for production environments, becauseloopback-lvm
, while zero-configuration, has very poor performance.devicemapper
was the recommended storage driver for CentOS and RHEL, as their kernel version did not supportoverlay2
. However, current versions of CentOS and RHEL now have support foroverlay2
, which is now the recommended driver.