]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Enable ZFS storage backend more often
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 14 Sep 2021 07:38:44 +0000 (09:38 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 21 Sep 2021 12:10:03 +0000 (14:10 +0200)
commit73a2ff36163e9d63f0a51aae64071bff74769135
treeba0837c714a9e36bbbc8769b2c4699d7e7fed388
parent47756135272876748d6bb469dddc032571697679
meson: Enable ZFS storage backend more often

Currently, the ZFS storage backend is enabled only if both zfs
and zpool binaries were found during configure phase. This is not
consistent with our attempts to move dependencies on binaries
from compile to runtime. And also it is inconsistent with other
backends, e.g. vstorage.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
meson.build