[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [RFC PATCH 1/2] close all the block drivers before the
From: |
MORITA Kazutaka |
Subject: |
[Qemu-devel] Re: [RFC PATCH 1/2] close all the block drivers before the qemu process exits |
Date: |
Thu, 13 May 2010 05:16:35 +0900 |
User-agent: |
Thunderbird 2.0.0.21 (Windows/20090302) |
On 2010/05/12 23:28, Avi Kivity wrote:
> On 05/12/2010 01:46 PM, MORITA Kazutaka wrote:
>> This patch calls the close handler of the block driver before the qemu
>> process exits.
>>
>> This is necessary because the sheepdog block driver releases the lock
>> of VM images in the close handler.
>>
>>
>
> How do you handle abnormal termination?
>
In the case, we need to release the lock manually, unfortunately.
Sheepdog admin tool has a command to do that.
Thanks,
Kazutaka
[Qemu-devel] [RFC PATCH v2 2/3] block: call the snapshot handlers of the protocol drivers, MORITA Kazutaka, 2010/05/14