Eli Mesika has posted comments on this change.

Change subject: backend: Add HostDev passthrough support
......................................................................


Patch Set 6: Code-Review-1

(1 comment)

http://gerrit.ovirt.org/#/c/35892/6/packaging/dbscripts/upgrade/03_06_0590_add_host_device_table.sql
File packaging/dbscripts/upgrade/03_06_0590_add_host_device_table.sql:

Line 18:     ADD CONSTRAINT fk_host_device_parent_name FOREIGN KEY (host_id, 
parent_device_name) REFERENCES host_device(host_id, device_name);
Line 19: 
Line 20: ALTER TABLE ONLY host_device
Line 21:     ADD CONSTRAINT fk_host_device_vm_id FOREIGN KEY (vm_id) REFERENCES 
vm_static(vm_guid) ON DELETE SET NULL;
Line 22
please use 

fn_db_create_constraint


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia5575c0db797d7d04339c4b309bb4325e853ffed
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Martin Polednik <mpoled...@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