Could we use the REDIRECT and METACOPY xattrs on the file to build an upperdir rather than a render.
This could be slower for large environments with a lot of files, so we might still want renders but have the renders contain these placeholder files instead.
Q: can you create an overlayfs that is used as the upperdir to another overlayfs?
https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html#metadata-only-copy-up
Could we use the
REDIRECT
andMETACOPY
xattrs on the file to build an upperdir rather than a render. This could be slower for large environments with a lot of files, so we might still want renders but have the renders contain these placeholder files instead.Q: can you create an overlayfs that is used as the upperdir to another overlayfs?