=== JanC_ is now known as JanC === ganesh is now known as gkadam === eena is now known as meena [16:33] cjwatson: wgrant: When we `mount -t (overlay|overlayfs) ...` in a build, the appropriate kernel module is loaded (despite modprobe not being permitted). Will that module remain loaded for future builds on the host? [16:37] Odd_Bloke: On virtual builders, no; on non-virtual builders, yes. [16:37] (Well, until the host is rebooted.) [16:40] so virtual builders launch a new vm and build you inside a chroot [16:40] Correct. [16:40] and non-virtual builders just build you inside a chroot [16:40] Again correct. [16:41] ok, that makes sense. [16:41] This is another of the large class of reasons we want to get away from non-virtual builders. [16:42] yeah. [16:42] an lxc container i guess would plug the loading of module by mount kernel call [16:42] by denying the mount [16:42] but we need that in lots of cases [16:43] There's also very little benefit to using LXC for us given the now-preferred model of doing everything in a fresh VM anyway. [16:58] true story