[libvirt] [PATCH] Cleanup when Storage Pool Create fails.

2009-06-22 Thread Henrik Persson E
When libvirt fails to create a storage pool (e.g. a disk pool does not have a partition table), the failed storage pool is not cleaned up correctly and is not possible to re-create the pool again. This attached patch addresses this problem. /Henrik pool_create_fixup.patch Description:

Re: [libvirt] [PATCH] Cleanup when Storage Pool Create fails.

2009-06-22 Thread Daniel P. Berrange
On Mon, Jun 22, 2009 at 09:27:32AM +0200, Henrik Persson E wrote: When libvirt fails to create a storage pool (e.g. a disk pool does not have a partition table), the failed storage pool is not cleaned up correctly and is not possible to re-create the pool again. This attached patch addresses

Re: [libvirt] [PATCH] Cleanup when Storage Pool Create fails.

2009-06-22 Thread Daniel Veillard
On Mon, Jun 22, 2009 at 09:27:32AM +0200, Henrik Persson E wrote: When libvirt fails to create a storage pool (e.g. a disk pool does not have a partition table), the failed storage pool is not cleaned up correctly and is not possible to re-create the pool again. This attached patch addresses