Re: [libvirt] [PATCH 08/11] storage: Turn storage backends into dynamic modules

2017-02-10 Thread Peter Krempa
On Fri, Feb 10, 2017 at 08:34:11 -0500, John Ferlan wrote: > > > On 02/08/2017 11:27 AM, Peter Krempa wrote: > > If driver modules are enabled turn storage driver backends into > > dynamically loadable objects. This will allow greater modularity for > > binary distributions, where heavyweight

Re: [libvirt] [PATCH 08/11] storage: Turn storage backends into dynamic modules

2017-02-10 Thread John Ferlan
On 02/08/2017 11:27 AM, Peter Krempa wrote: > If driver modules are enabled turn storage driver backends into > dynamically loadable objects. This will allow greater modularity for > binary distributions, where heavyweight dependencies as rbd and gluster > can be avoided by selecting only a

[libvirt] [PATCH 08/11] storage: Turn storage backends into dynamic modules

2017-02-08 Thread Peter Krempa
If driver modules are enabled turn storage driver backends into dynamically loadable objects. This will allow greater modularity for binary distributions, where heavyweight dependencies as rbd and gluster can be avoided by selecting only a subset of drivers if the rest is not necessary. The