Ravi Nori has posted comments on this change.

Change subject: Set default proxy preferences for existing Hosts
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/23820/1/packaging/dbscripts/upgrade/03_04_0550_set_proxy_preferences_default.sql
File packaging/dbscripts/upgrade/03_04_0550_set_proxy_preferences_default.sql:

Line 1: update vds_static set pm_proxy_preferences = 'cluster,dc' where 
pm_enabled and pm_proxy_preferences = '';
Hi Eli,

I tried running this update and 0 rows were updated. I had to modify the script 
to the following to get it to update the rows.

update vds_static set pm_proxy_preferences = 'cluster,dc' where pm_enabled and 
pm_proxy_preferences = '' or pm_proxy_preferences is null


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibe41451cf140c17f036e5c1ac95b3402460e7725
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to