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

tnisan at redhat.com tnisan at redhat.com
Mon Nov 23 20:20:48 UTC 2015


Tal Nisan 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:
  Tal Nisan: Looks good to me, approved; Passed CI tests
  Daniel Erez: Verified
  Arik Hadas: Looks good to me, approved



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

Gerrit-MessageType: merged
Gerrit-Change-Id: I12c1d657661c86f129df92e633f0438d778d6147
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.6
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: Tal Nisan <tnisan at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>



More information about the Engine-commits mailing list