Re: [libvirt] [PATCH] add the check whether the domain has already used a disk which attach

2008-11-12 Thread Daniel Veillard
On Mon, Nov 10, 2008 at 07:38:58PM +0900, S.Sakamoto wrote: attach-disk does not give an error, when the domain which is attached has already used the source which attach. This has danger of the data corruption. I make the patch to add the check of this. This

Re: [libvirt] [PATCH] add the check whether the domain has already used a disk which attach

2008-11-10 Thread S.Sakamoto
attach-disk does not give an error, when the domain which is attached has already used the source which attach. This has danger of the data corruption. I make the patch to add the check of this. This patch outputs an error, when the domain which is attached has

Re: [libvirt] [PATCH] add the check whether the domain has already used a disk which attach

2008-11-06 Thread S.Sakamoto
On Wed, Nov 05, 2008 at 10:05:14AM +0900, S.Sakamoto wrote: Hi, attach-disk does not give an error, when the domain which is attached has already used the source which attach. This has danger of the data corruption. I make the patch to add the check of this. This patch outputs

Re: [libvirt] [PATCH] add the check whether the domain has already used a disk which attach

2008-11-06 Thread Daniel P. Berrange
On Thu, Nov 06, 2008 at 07:15:07PM +0900, S.Sakamoto wrote: On Wed, Nov 05, 2008 at 10:05:14AM +0900, S.Sakamoto wrote: Hi, attach-disk does not give an error, when the domain which is attached has already used the source which attach. This has danger of the data corruption.

Re: [libvirt] [PATCH] add the check whether the domain has already used a disk which attach

2008-11-05 Thread Daniel P. Berrange
On Wed, Nov 05, 2008 at 10:05:14AM +0900, S.Sakamoto wrote: Hi, attach-disk does not give an error, when the domain which is attached has already used the source which attach. This has danger of the data corruption. I make the patch to add the check of this. This patch outputs an error,

[libvirt] [PATCH] add the check whether the domain has already used a disk which attach

2008-11-04 Thread S.Sakamoto
Hi, attach-disk does not give an error, when the domain which is attached has already used the source which attach. This has danger of the data corruption. I make the patch to add the check of this. This patch outputs an error, when the domain which is attached has already used the source which