Comment 4 for bug 1708445

Revision history for this message
Dylan Bridgman (dylanbr) wrote :

Additional note:

This does not affect docker when using the overlayfs storage driver. I am using the vfs storage driver because I am using ZFS which is not supported by overlayfs.

If one is using ext4 (or another overlayfs supported filesystem) then this can also be fixed by doing the following:

[Host machine]
## Load overlayfs
# modprobe overlay
... (also add to /etc/modules to have load on boot)

[LXD container]
## Restart docker daemon (if container was already running)
# service docker restart

## Confirm overlay storage driver is active
# docker info | grep Storage
Storage Driver: overlay