Change in ovirt-engine[master]: core: live snapshot - create VM metadata in RAW

derez at redhat.com derez at redhat.com
Mon Nov 23 15:54:32 UTC 2015


Daniel Erez has submitted this change and it was merged.

Change subject: core: live snapshot - create VM metadata in RAW
......................................................................


core: live snapshot - create VM metadata in RAW

Currently, VM metadata file is created in COW
format during live snapshot flow. However, dumping
the data (using pickle on snapshot verb) transforms
the file to RAW.

As a result, we get a miscorrelation
between the .meta file (which still has COW as a format),
while the file itself is RAW (verified using 'qemu info').
Hence, the VM metadata file should be created as RAW format
in the first place instead of COW.

Change-Id: I12c1d657661c86f129df92e633f0438d778d6147
Bug-Url: https://bugzilla.redhat.com/1284580
Signed-off-by: Daniel Erez <derez at redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/memory/LiveSnapshotMemoryImageBuilder.java
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Nir Soffer: Looks good to me, but someone else must approve
  Jenkins CI: Passed CI tests
  Daniel Erez: Verified
  Arik Hadas: Looks good to me, approved



-- 
To view, visit https://gerrit.ovirt.org/48768
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I12c1d657661c86f129df92e633f0438d778d6147
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas at redhat.com>
Gerrit-Reviewer: Daniel Erez <derez at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Michal Skrivanek <mskrivan at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>



More information about the Engine-commits mailing list