exeuntu: add devicemapper and btrfs kernel modules
I'm currently trying to use exe.dev to run dboxed.io boxes on your VMs. dboxed relies heavily on LVM to implement "dboxed volumes", so this is where I'm stuck at right now as it requires the devicemapper kernel modules.
Can you enable CONFIG_BLK_DEV_DM, CONFIG_DM_THIN_PROVISIONING and CONFIG_DM_SNAPSHOT in the kernel config?
I also plan to implement btrfs as an alternative backing store for my volumes, so maybe you can also enable BTRFS as well?
2 Comments
LVM and btrfs should be working on VMs now.
uname -aand if you have kernel 6.12.67, you're good! Note that due to the lack ofsystemd-udevdour defaultexeuntuimage will not work with LVM without some workarounds, you'll need to supply an image withnew --image=. (Yes, you can supplyexeuntuwithsystemd-udevdunmasked and undisabled and LVM will work.)Thanks, will test in the next two days. For my setup, I luckily won't need udev to work.