On 01/09/14 23:47, Eric Blake wrote:
On 01/09/2014 09:15 AM, Peter Krempa wrote:
> 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 | 3 +++
> src/conf/storage_conf.h | 1 +
> src/storage/storage_driver.c | 12 ++++++++----
> 3 files changed, 12 insertions(+), 4 deletions(-)
This definitely counts as a new feature, too risky for inclusion for
1.2.1, but I like what it does.
ACK - this merely adds the flag, although nothing sets it until later.
Pushed now; Thanks.
Peter