Am 05.03.2012 19:10, schrieb Stefan Hajnoczi: > Monitor operations that manipulate image files must not execute while a > background job (like image streaming) is in progress. This prevents > corruptions from happening when two pieces of code are manipulating the > image file without knowledge of each other. > > The monitor "commit" command raises QERR_DEVICE_IN_USE when > bdrv_commit() returns -EBUSY but "commit all" has no error handling. > This is easy to fix, although note that we do not deliver a detailed > error about which device was busy in the "commit all" case. > > Suggested-by: Kevin Wolf <kw...@redhat.com> > Signed-off-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>
Thanks, applied to the block branch. Kevin