Bug 1069780

Summary: Include VM's snapshots in OVF
Product: Red Hat Enterprise Virtualization Manager Reporter: Maor <mlipchuk>
Component: ovirt-engineAssignee: Maor <mlipchuk>
Status: CLOSED CURRENTRELEASE QA Contact: Kevin Alon Goldblatt <kgoldbla>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.5.0CC: amureini, eedri, gklein, iheim, lpeer, rbalakri, Rhev-m-bugs, scohen, tnisan, yeylon
Target Milestone: ---   
Target Release: 3.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: storage
Fixed In Version: ovirt-engine-3.5.0_beta Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Storage RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Maor 2014-02-25 16:18:34 UTC
Description of problem:
The build of the VM's OVF does not include snapshots in the OVF file.
Only the OVF in the export domain includes it.

Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1.Create a snapshot of the VM
2.go to the master storage domain and get the OVF file.
3.

Actual results:
There is no indication of the snapshot in the OVF

Expected results:
The snapshot should be present in the OVF

Additional info:

Comment 1 Kevin Alon Goldblatt 2014-08-12 15:47:29 UTC
The snapshot now appears in the ovf store. Moving to verified.

Procedure for extracting the OVF store from a block storage domain:

Ovf file extraction

For updating the refresh rate of the OVF_STORE disks:

1) UPDATE vdc_options SET option_value = '1' where option_name = 'OvfUpdateIntervalInMinutes';

2) Look for 'UploadStream' in vdsm log for the specific path of the OVF_STORE

3) Find the OVFStore id in the UI->

4) dd if=/dev/b9045ee8-ed92-466f-b787-19da6d7ddfda/899a9416-2b35-476c-8e6a-fe26d799a3f0 of=/tmp/ovf_store bs=4k

5) hexdump -C /tmp/ovf_store | less

6) tar -xvf /tmp/ovf_store

Comment 2 Allon Mureinik 2015-02-16 19:12:12 UTC
RHEV-M 3.5.0 has been released, closing this bug.

Comment 3 Allon Mureinik 2015-02-16 19:12:12 UTC
RHEV-M 3.5.0 has been released, closing this bug.