[libvirt] [PATCH v2 1/5] storage: util: Add boolean differentiating between gluster lookup type

2017-03-30 Thread Peter Krempa
The native gluster pool source list data differs from the data used for attaching gluster volumes as netfs pools. Currently the only difference was the format. Since native pools don't use it and later there will be more difference add a boolean to swithc between the types instead. --- src/storage

Re: [libvirt] [PATCH v2 1/5] storage: util: Add boolean differentiating between gluster lookup type

2017-04-03 Thread Andrea Bolognani
On Thu, 2017-03-30 at 17:12 +0200, Peter Krempa wrote: > The native gluster pool source list data differs from the data used for > attaching gluster volumes as netfs pools. Currently the only difference > was the format. Since native pools don't use it and later there will be > more difference add