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);
AFAIK Allon is right , newly created DCs should have the 3.2 by default
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 <lhorn...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Ayal Baron <aba...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhorn...@redhat.com>
Gerrit-Reviewer: Livnat Peer <lp...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to