[libvirt] [PATCH 2/7] conf: Add support for storage state directory

2015-03-24 Thread Erik Skultety
Before introducing necessary changes to storage_driver.c, first prepare our structures for storage state XML support. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1177733 --- src/conf/storage_conf.h | 1 + src/storage/storage_driver.c | 1 + 2 files changed, 2 insertions(+) diff --

Re: [libvirt] [PATCH 2/7] conf: Add support for storage state directory

2015-03-24 Thread John Ferlan
On 03/24/2015 06:06 AM, Erik Skultety wrote: > Before introducing necessary changes to storage_driver.c, first prepare > our structures for storage state XML support. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1177733 > --- > src/conf/storage_conf.h | 1 + > src/storage/stor

Re: [libvirt] [PATCH 2/7] conf: Add support for storage state directory

2015-03-24 Thread Peter Krempa
On Tue, Mar 24, 2015 at 10:16:25 -0400, John Ferlan wrote: > > > On 03/24/2015 06:06 AM, Erik Skultety wrote: > > Before introducing necessary changes to storage_driver.c, first prepare > > our structures for storage state XML support. > > > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?i

Re: [libvirt] [PATCH 2/7] conf: Add support for storage state directory

2015-03-25 Thread John Ferlan
On 03/24/2015 06:06 AM, Erik Skultety wrote: > Before introducing necessary changes to storage_driver.c, first prepare > our structures for storage state XML support. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1177733 > --- > src/conf/storage_conf.h | 1 + > src/storage/stor