qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qcow2 - safe on kill? safe on power fail?


From: Anthony Liguori
Subject: Re: [Qemu-devel] qcow2 - safe on kill? safe on power fail?
Date: Mon, 21 Jul 2008 17:15:53 -0500
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

Andreas Schwab wrote:
Anthony Liguori <address@hidden> writes:

The only ways that you can cause corruption is if the QCOW2 sector
allocation code is faulty (and you would be screwed no matter what here)
or if you issue a SIGTERM/SIGKILL that interrupts the code while it's
allocating a new sector.

Blocking SIGTERM until the allocation is finished could close that hole.

Seems like a band-aid to me as SIGKILL is still an issue. Plus it would involve modifying all disk formats, not just QCOW2. I'd rather see proper journal support added to QCOW2 myself.

Regards,

Anthony Liguori

Andreas.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]