]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Check for source conflicts in storage pools
authorLei Li <lilei@linux.vnet.ibm.com>
Mon, 5 Sep 2011 07:52:03 +0000 (15:52 +0800)
committerDaniel Veillard <veillard@redhat.com>
Mon, 5 Sep 2011 07:52:03 +0000 (15:52 +0800)
commit5a1f2728754a7b7bea4efd245d7171ab6286d681
treeba11a326f233e2118b312a96a715f9345d079530
parentddc903628195671fa46f8bc6086c19d104118285
Check for source conflicts in storage pools

Fix bug #611823 storage driver should prohibit pools with duplicate
underlying storage.

Add internal API virStoragePoolSourceFindDuplicate() to do uniqueness
check based on source location infomation for pool type.

* AUTHORS: add Lei Li
AUTHORS
src/conf/storage_conf.c
src/conf/storage_conf.h
src/libvirt_private.syms
src/storage/storage_driver.c