]> xenbits.xensource.com Git - libvirt.git/commit
storage: Allow multiple hosts for a storage pool
authorWido den Hollander <wido@widodh.nl>
Wed, 25 Apr 2012 10:43:09 +0000 (12:43 +0200)
committerDaniel Veillard <veillard@redhat.com>
Mon, 30 Apr 2012 10:44:44 +0000 (18:44 +0800)
commit122fa379de44a2fd0a6d5fbcb634535d647ada17
tree956fc7eb082bf6abb82e59e4f73802555fb2edc0
parent9d2ac5453e4d50c6f12b2f8a5078691fec60020b
storage: Allow multiple hosts for a storage pool

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 <wido@widodh.nl>
AUTHORS
src/conf/storage_conf.c
src/conf/storage_conf.h
src/esx/esx_storage_driver.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_iscsi.c
src/test/test_driver.c