From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 4/6] Libvirt: enable lvm Date: Sun, 10 Nov 2019 13:03:00 +0000 Message-ID: <20191110130302.21867-4-jonatan.schlag@ipfire.org> In-Reply-To: <20191110130302.21867-1-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2860672079978630713==" List-Id: --===============2860672079978630713== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This was requested in the forum: https://forum.ipfire.org/viewtopic.php?f=3D17&t=3D21872&p=3D120243&hilit=3Dlv= m#p120243 Signed-off-by: Jonatan Schlag --- config/rootfiles/packages/libvirt | 2 ++ lfs/libvirt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/packages/libvirt b/config/rootfiles/packages/li= bvirt index 57cbfcef7..db6554a34 100644 --- a/config/rootfiles/packages/libvirt +++ b/config/rootfiles/packages/libvirt @@ -94,6 +94,8 @@ usr/lib/libvirt/lock-driver/lockd.so #usr/lib/libvirt/storage-backend #usr/lib/libvirt/storage-backend/libvirt_storage_backend_fs.la usr/lib/libvirt/storage-backend/libvirt_storage_backend_fs.so +#usr/lib/libvirt/storage-backend/libvirt_storage_backend_logical.la +usr/lib/libvirt/storage-backend/libvirt_storage_backend_logical.so #usr/lib/libvirt/storage-file #usr/lib/libvirt/storage-file/libvirt_storage_file_fs.la usr/lib/libvirt/storage-file/libvirt_storage_file_fs.so diff --git a/lfs/libvirt b/lfs/libvirt index ffea3ea9c..fdf6fcdcf 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -84,7 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --without-firewalld --without-network --with-interface --with-virtualport= --with-macvtap --without-wireshark-dissector \ --disable-nls --without-avahi --without-test-suite --without-dbus \ --with-qemu-user=3Dnobody --with-qemu-group=3Dkvm \ - --with-storage-dir --with-storage-fs --without-storage-lvm --without-sto= rage-iscsi \ + --with-storage-dir --with-storage-fs --with-storage-lvm --without-storag= e-iscsi \ --without-storage-scsi --without-storage-mpath --without-storage-disk --w= ithout-storage-rbd --without-storage-sheepdog --without-storage-gluster --wi= thout-storage-zfs cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install --=20 2.20.1 --===============2860672079978630713==--