Re: [libvirt] [PATCH v2 8/8] storage: Add duplicate devices check for zfs pool def

2015-04-15 Thread Peter Krempa
On Mon, Apr 13, 2015 at 17:21:12 -0400, John Ferlan wrote: Check proposed pool definitions to ensure they aren't trying to use the same devices as currently defined definitions - disallow the duplicate Signed-off-by: John Ferlan jfer...@redhat.com --- src/conf/storage_conf.c | 2 +- 1

[libvirt] [PATCH v2 8/8] storage: Add duplicate devices check for zfs pool def

2015-04-13 Thread John Ferlan
Check proposed pool definitions to ensure they aren't trying to use the same devices as currently defined definitions - disallow the duplicate Signed-off-by: John Ferlan jfer...@redhat.com --- src/conf/storage_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git