error: chmod not implemented with overlayfs
When trying to use a writeableStoreOverlay I get errors like: error: chmod '/nix/store/as1xzrm2921pnxx4jvxj39jn4v88wdy1-gcc-11.3.0': Function not implemented.
Any idea why that is happening?
Store is a volume, not a share (which doesn't work), right? What filesystem is the volume?
Yes, store is a volume with ext4 (defaults).
The error shows up with cloud-hypervisor using virtiofsd to share the host store. Using a different hypervisor and 9p works. The issue is probably due to https://lore.kernel.org/lkml/[email protected]/
Thanks for doing the research!
To close this and #43 we have to document which hypervisor/virtiofs/9p combinations are usable for the store overlay.