mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
When use overlay2 as the graphdriver and the kernel enable `CONFIG_OVERLAY_FS_REDIRECT_DIR=y`, rename a dir in lower layer will has a xattr to redirct its dir to source dir. This make the image layer unportable. This patch fallback to use naive diff driver when kernel enable CONFIG_OVERLAY_FS_REDIRECT_DIR Signed-off-by: Lei Jitang <leijitang@huawei.com> Upstream-commit: 49c3a7c4bac2877265ef8c4eaf210159560f08b4 Component: engine