]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: gluster: Remove build-time dependency on the 'gluster' cli tool
authorPeter Krempa <pkrempa@redhat.com>
Mon, 9 Jan 2017 14:56:12 +0000 (15:56 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 18 Jan 2017 09:45:15 +0000 (10:45 +0100)
commit9e97c8c0f0f3921d06bac2b92cd094a41373f748
treea714294eb96922d1d2a09aff81f797f44d6c078f
parentce5055d7bcd98ea3689e7cdf07d2a8bb1dbb8ba8
storage: gluster: Remove build-time dependency on the 'gluster' cli tool

The tool is used for pool discovery. Since we call an external binary we
don't really need to compile out the code that uses it. We can check
whether it exists at runtime.
configure.ac
src/storage/storage_backend.c
src/storage/storage_backend.h
src/storage/storage_backend_fs.c
src/storage/storage_backend_gluster.c