Replies: 1 comment 2 replies
-
|
It should make "copy ups" faster when writing to content that's supplied by a read-only layer in an overlay mount. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Fuse-overlayfs will try to use reflinks to copy files up when available: https://github.com/containers/fuse-overlayfs/blob/main/main.c#L3261
I assume that this means that performance may be better when ran on top of xfs and btrfs as opposed to running it on ext4 when layers are merged?
Beta Was this translation helpful? Give feedback.
All reactions