]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
storage: Introduce internal pool support
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 Dec 2013 09:37:48 +0000 (10:37 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 16 Jan 2014 10:39:53 +0000 (11:39 +0100)
commit362da8209d760fc1acd3a1c8df5b04aa676492eb
tree3a18b44aa282683cd55ea5bbe700e9371b6a7272
parentb3c1a25df8bd8ffdb96102e3b3fa08bab03e7d93
storage: Introduce internal pool support

To allow using the storage driver APIs to do operation on generic domain
disks we will need to introduce internal storage pools that will give is
a base to support this stuff even on files that weren't originally
defined as a part of the pool.

This patch introduces the 'internal' flag for a storage pool that will
prevent it from being listed along with the user defined storage pools.
src/conf/storage_conf.c
src/conf/storage_conf.h
src/storage/storage_driver.c