Eli Mesika has posted comments on this change. Change subject: engine: create DC and cluster as 3.2 ......................................................................
Patch Set 1: (1 inline comment) .................................................... File backend/manager/dbscripts/insert_data.sql Line 17: Line 18: INSERT INTO storage_pool (id,name,description,storage_pool_type,status,master_domain_version,compatibility_version) select v_storage_pool_id,'Default','The default Data Center',1,0,0,'3.2' where not exists (select * from storage_pool); Line 19: --INSERTING DATA INTO TABLE vds_groups Line 20: Line 21: INSERT INTO vds_groups (vds_group_id,name,description,storage_pool_id,compatibility_version,transparent_hugepages) select v_cluster_id,'Default','The default server cluster',v_storage_pool_id,'3.2',true where not exists (select * from vds_groups); The answer is yes, it should be 3.2 and it was done in past also for 3.1 and 3.0 Line 22: Line 23: --INSERTING DATA INTO NETWORK table Line 24: Line 25: insert into network (id,name,description,storage_pool_id) select v_id_0009, 'engine', 'Management Network', v_storage_pool_id where not exists (select * from network); -- To view, visit http://gerrit.ovirt.org/9844 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ifc953f608d25bf6b9358575274537fbf5d766805 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Laszlo Hornyak <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Laszlo Hornyak <[email protected]> Gerrit-Reviewer: Livnat Peer <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
