ECE - Confusion about docker storage driver to use - overlay or overlay2?

Docker's documentation is clear: if possible and your kernel supports it, use overlay2 as the storage driver, as stated here: Use the OverlayFS storage driver | Docker Docs

Note : If you use OverlayFS, use the overlay2 driver rather than the overlay driver, because it is more efficient in terms of inode utilization. To use the new driver, you need version 4.0 or higher of the Linux kernel, or RHEL or CentOS using version 3.10.0-514 and above.

However, ECE's documentation and installation script says otherwise and recommends overlay over overlay2 during the prereq check phase:

Checking Docker storage driver...

  • The installation with overlay2 can proceed; however, we recommend using overlay

... and, confusingly, the official Ansible playbook sets overlay2 as the storage driver when installing ECE on RHEL7.

Why the discrepancy, and why recommend overlay over overlay2 when Docker themselves recommends otherwise?

Nobody?

Sorry, missed this - let me go ask around. (It is likely that for some docker/kernel versions overlay2 caused problems with ECE and therefore we recommend that by default)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.