On Thu, Mar 30, 2017 at 02:06:33PM +0200, Peter Krempa wrote:
After restart of libvirtd the 'checkPool' method is supposed
to validate
that the pool is online. Since libvirt then refreshes the pool contents
anyways just return whether the pool was supposed to be online so that
the code can be reached. This is necessary since if a pool does not
implement the method it's automatically considered as inactive.
Resolves:
https://bugzilla.redhat.com/show_bug.cgi?id=1436065
---
src/storage/storage_backend_gluster.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
ACK
Jan