
12 Jun
2014
12 Jun
'14
2:15 p.m.
On 06/12/14 14:12, Eric Blake wrote:
Commit f586965 accidentally changed the semantics of the virDomainBlockCommit command; where it previously looked for an explicit top argument from the top of the chain, it now starts from the backing file of the top. Of course, until we allow active commits, the only difference it makes is in the quality of the error message, but with code for active commit coming soon, we need to support an explicit mention of the active layer.
* src/qemu/qemu_driver.c (qemuDomainBlockCommit): Start looking from top of chain.
Signed-off-by: Eric Blake <eblake@redhat.com> --- src/qemu/qemu_driver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
ACK, Peter