mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![]() Trying to build Docker images with buildkit using a ZFS-backed storage was unreliable due to apparent race condition between adding and removing layers to the storage (see: https://github.com/moby/buildkit/issues/1758). The issue describes a similar problem with the BTRFS driver that was resolved by adding additional locking based on the scheme used in the OverlayFS driver. This commit replicates the scheme to the ZFS driver which makes the problem as reported in the issue stop happening. Signed-off-by: Tomasz Mańko <hi@jaen.me> |
||
---|---|---|
.. | ||
MAINTAINERS | ||
zfs.go | ||
zfs_freebsd.go | ||
zfs_linux.go | ||
zfs_test.go | ||
zfs_unsupported.go |