[libvirt] [PATCH] storage: gluster: Implement 'checkPool' method so that state is restored

2017-03-30 Thread Peter Krempa
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 m

Re: [libvirt] [PATCH] storage: gluster: Implement 'checkPool' method so that state is restored

2017-04-05 Thread Ján Tomko
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 rea