Debian also has aufs
Debian also has aufs
Posted Oct 17, 2013 16:16 UTC (Thu) by dpquigl (guest, #52852)In reply to: Debian also has aufs by juliank
Parent article: Deploying Docker
I also don't agree with Ubuntu's assessment that it will never be merged upstream. I agree that AUFS is complex. Even though AUFS is a complete rewrite at this point of our original UnionFS implementation it suffers from the same problems that all stackable file systems do. That the kernel is not really made to support file system stacking and as such there are a lot of issues with data structures potentially changing from underneath us. Even with this concern I found a mailing list post on LKML where Al Viro said he was open to looking at these implementations again for inclusion. In the past he had said no way no how for implementations like AUFS but with that latest statement there might be hope to get it upstreamed.
Stackable file systems in general are a bit complex since you're rebuilding part of the VFS and are essentially building in support for the equivalent of a windows filter driver at the file system level. That complexity shouldn't preclude it from inclusion though as long as its clean and properly documented (which we have documentation for stackable file systems in the Documentation folder).
