Bug 13846 - BR2_PACKAGE_LVM2_STANDARD_INSTALL should be default to y as before
Summary: BR2_PACKAGE_LVM2_STANDARD_INSTALL should be default to y as before
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2021.02.3
Hardware: All Linux
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-15 06:32 UTC by Dominique Tronche
Modified: 2021-06-17 05:20 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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