]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Create helper for virStorageBackendLogicalFindPoolSources
authorJohn Ferlan <jferlan@redhat.com>
Mon, 7 Dec 2015 16:27:03 +0000 (11:27 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 15 Dec 2015 19:33:04 +0000 (14:33 -0500)
commitae5519f7f88d59707e5f3f2cb50c8b0dbce07cee
treebefacab2b8f10eee95154a3078a4555cbaa83205
parentdae7007d6e445060afd987b14cc7431b67d60bed
storage: Create helper for virStorageBackendLogicalFindPoolSources

Rework virStorageBackendLogicalFindPoolSources a bit to create a
helper virStorageBackendLogicalGetPoolSources that will make the
pvs call in order to generate a list of associated pv_name and vg_name's.

A future patch will make use of this for start/check processing to
ensure the storage pool source definition matches expectations.
src/storage/storage_backend_logical.c