Bug 1069780 - Include VM's snapshots in OVF
Summary: Include VM's snapshots in OVF
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine
Version: 3.5.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 3.5.0
Assignee: Maor
QA Contact: Kevin Alon Goldblatt
URL:
Whiteboard: storage
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-02-25 16:18 UTC by Maor
Modified: 2016-02-10 18:44 UTC (History)
10 users (show)

Fixed In Version: ovirt-engine-3.5.0_beta
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
oVirt Team: Storage
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 25947 0 master MERGED core: Add snapshot to the OVF generation 2020-06-09 07:49:04 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.