Eli Mesika has posted comments on this change.

Change subject: core: model hibernation volumes as disks in the DB
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/37673/1/packaging/dbscripts/upgrade/03_06_0705_model_hibernation_volumes_as_disks.sql
File 
packaging/dbscripts/upgrade/03_06_0705_model_hibernation_volumes_as_disks.sql:

Line 54: -- update volume type for memory dumps
Line 55: UPDATE images
Line 56: SET volume_type = 1
Line 57: FROM snapshots
Line 58:     LEFT OUTER JOIN vm_dynamic ON vm_guid = vm_id 
TWS
Line 59: WHERE
Line 60:    length(memory_volume) != 0 AND snapshot_type = 'ACTIVE' AND status 
= '13' AND
Line 61:    image_guid = cast(split_part(memory_volume, ',', 4) as uuid) AND
Line 62:    (SELECT storage_type from storage_domains where id = 
cast(split_part(memory_volume, ',', 1) as uuid)) IN (2, 3);


-- 
To view, visit http://gerrit.ovirt.org/37673
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I295bd98ead191c1eab54c471ea28a217dee52051
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to