Bug 13846

Summary: BR2_PACKAGE_LVM2_STANDARD_INSTALL should be default to y as before
Product: buildroot Reporter: Dominique Tronche <dominique.tronche>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: major CC: buildroot, yann.morin.1998
Priority: P5    
Version: 2021.02.3   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Dominique Tronche 2021-06-15 06:32:21 UTC
With commit 3cdbe916, the default value of package BR2_PACKAGE_LVM2_STANDARD_INSTALL has been changed. 
I'm not sure this was the wanted behavior. 

Indeed in the commit the package was introduced (ff0f55e3), it was written "the new option defaults to y *UNLESS* the legacy BR2_PACKAGE_LVM2_DMSETUP_ONLY was selected"
Now that the legacy package is obsolete, the default shall be y in all cases. 
I think most people requires the standard installation of lvm2, otherwise it would not really be standard.

I have set the severity to major as this change has broken our installation since the lvm2 binaries were not compiled anymore and all scripts that required lvm manipulation failed
Comment 1 Yann E. MORIN 2021-06-16 19:09:00 UTC
Dominique, All,

Thanks for the report.

We believe that was fixed with commit 6d758f59e6 (package/lvm2: default
standard install to y) submitted by Arnout.

Regards,
Yann E. MORIN.
Comment 2 Dominique Tronche 2021-06-17 05:20:19 UTC
I agree that fixes the issue. Thanks for the fast correction
Regards