Yair Zaslavsky has posted comments on this change. Change subject: [WIP] core, db: add vm_jobs table, DAO, and VDS object ......................................................................
Patch Set 3: (1 comment) http://gerrit.ovirt.org/#/c/26904/3/packaging/dbscripts/upgrade/03_05_0330_create_vm_jobs_table.sql File packaging/dbscripts/upgrade/03_05_0330_create_vm_jobs_table.sql: Line 2: CREATE TABLE vm_jobs Line 3: ( Line 4: vm_job_id UUID NOT NULL, Line 5: vm_id UUID NOT NULL, Line 6: job_state INTEGER DEFAULT 0 NOT NULL, TWS Line 7: job_type INTEGER NOT NULL, Line 8: block_job_type INTEGER, Line 9: bandwidth INTEGER, Line 10: cursor_cur BIGINT, -- To view, visit http://gerrit.ovirt.org/26904 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I07734d4c4026062db7a505c1212553abf0b203ac Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Greg Padgett <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Greg Padgett <[email protected]> Gerrit-Reviewer: Liron Ar <[email protected]> Gerrit-Reviewer: Ravi Nori <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[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
