On Jan 16, 2017, at 12:32 PM, James Bottomley wrote: > On Sun, 2017-01-15 at 18:38 -0500, Oleg Drokin wrote: >> A container support from filesystems is also very relevant to us >> since Lustre is used more and more in such settings. > > I've added the containers ML to the cc just in case. Can you add more > colour to this, please? What container support for filesystems do you > think we need beyond the user namespace in the superblock? Namespace access is necessary, we might need it before the superblock is there too (say during mount we might need kerberos credentials fetched to properly authenticate this mount instance to the server). Separately, I know that e.g. NFS tries to match underlying mounts to share them "under the hood", so there might be a single superblock used with several namespaces potentially, I imagine. In Lustre it might be beneficial to do something like this too in order to conserve resources and potentially have better fs cache sharing. I fact the whole caching thing is somewhat complicated with memory groups too, and if we allow shared caching between several containers, would become even more complicated. I am sure there's a bunch of pitfalls there too that we are not realizing yet that other people have already encountered and it would be useful to find about them.-- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html