Open cfouche3005 opened 11 hours ago
cc @adamcstephens
I suspect this is either a difference in the Debian/NixOS lvm2 packages or a detection of available features by Incus but I couldn’t identify any obvious issues in my initial investigation. If helpful the nix lvm2 package definition is here
Indeed not able to reproduce this easily here with either thick or thin pools. Going to have to try with a newer version of LVM.
Got the issue with the newer LVM on Debian.
We should be able to pass --fs ignore
since Incus handles that part, but we may need to check the version of LVM first.
Required information
Issue description
When I create a container (VM are not affected by this error) with a root volume which has a size less than 10 GiB, I get this error : LVM is not able to resize image to a LVM size less than the base LVM size of the image (which is 10GiB) This function work on debian 12 After disscusing with one of the package maintainer (adamcstephens), he couldn’t find where the nix package could have broken this. I link the related forum post
Steps to reproduce