Laszlo Hornyak has posted comments on this change.

Change subject: engine: cluster policy db support
......................................................................


Patch Set 5: (1 inline comment)

....................................................
File packaging/dbscripts/upgrade/03_03_0400_upgrade_cluster_policy.sql
Line 32:     id UUID CONSTRAINT cluster_policy_pk PRIMARY KEY,
Line 33:     name VARCHAR(128) NOT NULL,
Line 34:     description VARCHAR(4000),
Line 35:     is_locked BOOLEAN NOT NULL,
Line 36:     is_default BOOLEAN NOT NULL,
it is not quite clear to me, can you have only one default
Line 37:     custom_properties text
Line 38: );
Line 39: -- fill cluster policy table with pre-defined policies
Line 40: INSERT INTO cluster_policies (id, name, description, is_locked, 
is_default, custom_properties) VALUES ('20d25257-b4bd-4589-92a6-c4c5c5d3fd1a', 
'Evenly_Distributed', '', true, false, '{


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibc34c5eba1d68e0650df38053c97e5138de3dfad
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Laszlo Hornyak <[email protected]>
Gerrit-Reviewer: Noam Slomianko <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to