diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2023-04-27 18:45:34 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-05-17 11:35:04 -0400 |
commit | 668871ce79cf0523df96739d7ad0f0c83cfb849b (patch) | |
tree | 9ff38fab75531168fa108fb4c3353be432905c8a /recipes-networking/openvswitch/openvswitch-git | |
parent | 8c599baea9003f13b0fad5334f5425ab85b8362c (diff) | |
download | meta-virtualization-668871ce79cf0523df96739d7ad0f0c83cfb849b.tar.gz |
docker-moby: fix docker run on NFS
For now, a simple `docker run -it alpine' fails on NFS.
This regression was introduced by a commit[1] which makes
DirCopy error out if failing to copy xattr.
As the vfs storage driver is supposed to just work on
any filesystem[2], we need to allow its failure on copying
extended attributes as the support for xattr depends on
filesystem.
[1] https://github.com/moby/moby/commit/31f654a704f61768828d5950a13f30bb493d1239
[2] https://docs.docker.com/storage/storagedriver/select-storage-driver/
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git')
0 files changed, 0 insertions, 0 deletions