Omer Frenkel has posted comments on this change. Change subject: core: add managed virtio-serial devices on upgrade ......................................................................
Patch Set 2: (1 comment) http://gerrit.ovirt.org/#/c/29840/2/packaging/dbscripts/upgrade/03_06_0010_change_virtio_serial_to_managed_device.sql File packaging/dbscripts/upgrade/03_06_0010_change_virtio_serial_to_managed_device.sql: Line 1: -- change existing unmanaged virtio-serial devices to be managed Line 2: update vm_device set is_managed=true where device='virtio-serial'; might be an issue if vm is running.. Line 3: Line 4: -- add managed virtio-serial device to each vm that does not have it Line 5: Create or replace FUNCTION __temp_add_missing_virio_serial_devices() Line 6: RETURNS VOID -- To view, visit http://gerrit.ovirt.org/29840 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5b99dd3fa0d43307788a685c0115b32691757454 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
