Re: [libvirt] [PATCH] storage: Allow multiple hosts for a storage pool

2012-04-30 Thread Daniel Veillard
On Wed, Apr 25, 2012 at 11:47:17AM +0100, Daniel P. Berrange wrote: > On Wed, Apr 25, 2012 at 12:43:09PM +0200, Wido den Hollander wrote: > > The current storage pools for NFS and iSCSI only require one host to > > connect to. Future storage pools like RBD and Sheepdog will require > > multiple hos

Re: [libvirt] [PATCH] storage: Allow multiple hosts for a storage pool

2012-04-25 Thread Daniel P. Berrange
On Wed, Apr 25, 2012 at 12:43:09PM +0200, Wido den Hollander wrote: > The current storage pools for NFS and iSCSI only require one host to > connect to. Future storage pools like RBD and Sheepdog will require > multiple hosts. > > This patch allows multiple source hosts and rewrites the current >

[libvirt] [PATCH] storage: Allow multiple hosts for a storage pool

2012-04-25 Thread Wido den Hollander
The current storage pools for NFS and iSCSI only require one host to connect to. Future storage pools like RBD and Sheepdog will require multiple hosts. This patch allows multiple source hosts and rewrites the current storage drivers. Signed-off-by: Wido den Hollander --- src/conf/storage_conf.

Re: [libvirt] [PATCH] storage: Allow multiple hosts for a storage pool

2012-04-19 Thread Daniel P. Berrange
On Thu, Apr 19, 2012 at 02:33:27PM +0200, Wido den Hollander wrote: > The current storage pools for NFS and iSCSI only require one host to > connect to. Future storage pools like RBD and Sheepdog will require > multiple hosts. > > This patch allows multiple source hosts and rewrites the current >

[libvirt] [PATCH] storage: Allow multiple hosts for a storage pool

2012-04-19 Thread Wido den Hollander
The current storage pools for NFS and iSCSI only require one host to connect to. Future storage pools like RBD and Sheepdog will require multiple hosts. This patch allows multiple source hosts and rewrites the current storage drivers. Signed-off-by: Wido den Hollander --- src/conf/storage_conf.