Files
kayobe/ansible/lvm.yml
Mark Goddard 5ff5e6b100 Performance: skip LVM configuration if no groups configured
Currently we import the manage-lvm role with a condition that skips
tasks when no LVM groups are configured. At large scale this is
inefficient.

This change improves the performance for hosts where there are no LVM
groups configured, by using include_role rather than a static import.

Story: 2007993
Task: 40664

Change-Id: Ib51ac445cc787d7045d72a9ecec14434d432d9e7
2020-09-16 13:22:04 +00:00

1.2 KiB