
29 Apr
2025
29 Apr
'25
8:41 a.m.
On Tue, Apr 29, 2025 at 12:14:18 +0100, Daniel P. Berrangé via Devel wrote:
From: Daniel P. Berrangé <berrange@redhat.com>
Change the mesonm rules to always enable the LVM driver if on a
s/mesonm/meson/
Linux host, unless the meson options say not to.
The virCommand APIs will return suitable runtime errors if the tools are not installed.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- meson.build | 30 +++++---------------------- src/locking/lock_driver_lockd.c | 4 ++-- src/storage/storage_backend_logical.c | 24 ++++++++++----------- 3 files changed, 19 insertions(+), 39 deletions(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>