
On 01/05/2013 03:14 AM, Gianluca Cecchi wrote:
Hello, I remember some time ago someone writing about compatibility version defaults for 3.2 that should be put to 3.2. I'm using oVirt nightly in all-in-one config as of ovirt-engine-3.2.0-1.20130101.git2184580.fc18.noarch
but compatibility versions defaults are still 3.1 both for local_datacenter and local_cluster and Default Datacenter and Cluster
Gianluca
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
seems laszlo fixed the default DC/cluster[1]. i've sent this for the allinone (i'd appreciate if you can test in your environment it works and tick the 'verified' on the patch) Change I5ae937b0: fix allinone version to 3.2 for dc/cluster default version http://gerrit.ovirt.org/#/c/10673/ thanks, Itamar [1] git show 153fce6582b7132d5689888497b38c182a1405ff commit 153fce6582b7132d5689888497b38c182a1405ff Author: Laszlo Hornyak <lhornyak@redhat.com> Date: Tue Dec 11 14:43:24 2012 +0100 engine: create DC and cluster as 3.2 Increases the DC and cluster compatibility version to 3.2 for fresh installations Change-Id: Ifc953f608d25bf6b9358575274537fbf5d766805 Signed-off-by: Laszlo Hornyak <lhornyak@redhat.com> diff --git a/backend/manager/dbscripts/insert_data.sql b/backend/manager/dbscripts/insert_data.sql index 3621d26..088ee17 100644 --- a/backend/manager/dbscripts/insert_data.sql +++ b/backend/manager/dbscripts/insert_data.sql @@ -15,10 +15,10 @@ BEGIN --INSERTING DATA INTO TABLE storage_pool -INSERT INTO storage_pool (id,name,description,storage_pool_type,status,master_domain_version,compatibili +INSERT INTO storage_pool (id,name,description,storage_pool_type,status,master_domain_version,compatibili --INSERTING DATA INTO TABLE vds_groups -INSERT INTO vds_groups (vds_group_id,name,description,storage_pool_id,compatibility_version,transparent_ +INSERT INTO vds_groups (vds_group_id,name,description,storage_pool_id,compatibility_version,transparent_ --INSERTING DATA INTO NETWORK table