[libvirt] [PATCH] Valid pool format type for logical volume pool should be auto and lvm2

2014-06-18 Thread Shanzhi Yu
The logical volume pool supports formats auto and lvm2 Signed-off-by: Shanzhi Yu --- src/conf/storage_conf.c | 2 +- src/conf/storage_conf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c index 8b6fd79..3d61273 100644 ---

Re: [libvirt] [PATCH] Valid pool format type for logical volume pool should be auto and lvm2

2014-06-18 Thread John Ferlan
On 06/18/2014 03:25 AM, Shanzhi Yu wrote: > The logical volume pool supports formats auto and lvm2 > > Signed-off-by: Shanzhi Yu > --- > src/conf/storage_conf.c | 2 +- > src/conf/storage_conf.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/conf/storage_conf.