commit | d69969c4046a81af106e723ff1bc2740365e67c1 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Nov 18 18:27:00 2011 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Dec 05 14:51:36 2011 +0100 |
tree | dd7f8673036440417c3bf5abc3eb2abbc060f1bb | |
parent | 07fd8779001c3e6ff3ac25416a31381ff8aca308 [diff] |
qcow2: Update snapshot table information at once Failing in the middle wouldn't help with the integrity of the image, so doing everything in a single request seems better. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>