[libvirt] [PATCH 2/3] Fix error codes for missing storage pools

Dave Allan dallan at redhat.com
Thu May 27 20:03:32 UTC 2010


On Thu, May 27, 2010 at 05:00:11PM +0100, Daniel P. Berrange wrote:
> The storage pool driver is mistakenly using the error code
> VIR_ERR_INVALID_STORAGE_POOL which is for diagnosing invalid
> pointers. This patch switches it to use VIR_ERR_NO_STORAGE_POOL
> which is the correct code for cases where the storage pool does
> not exist
> 
> * src/storage/storage_driver.c: Replace VIR_ERR_INVALID_STORAGE_POOL
>   with VIR_ERR_NO_STORAGE_POOL
> ---
>  src/storage/storage_driver.c |   50 +++++++++++++++++++++---------------------
>  1 files changed, 25 insertions(+), 25 deletions(-)

ACK

Dave




More information about the libvir-list mailing list