<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 5, 2015 at 7:10 PM, Stefano Danzi <span dir="ltr"><<a href="mailto:s.danzi@hawai.it" target="_blank">s.danzi@hawai.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><span class="">
<br>
<br>
<div><br>
</div>
<blockquote type="cite">
the content is:<br>
<br>
[email]<br>
smtp-server=localhost<br>
smtp-port=25<br>
destination-emails=root@localhost<br>
source-email=root@localhost<br>
<br>
[notify]<br>
state_transition=maintenance|start|stop|migrate|up|down<br>
<br>
</blockquote>
and is the default. My conf was lost during upgrade.<br>
If I restart ovirt-ha-broker the broker.conf is replaced with the
default<br>
<br></span>
If I don't restart ovirt-ha-broker, the broker.conf is silently
replaced after a while.<br>
<br>
Looking here
<a href="http://lists.ovirt.org/pipermail/engine-commits/2015-June/022940.html" target="_blank">http://lists.ovirt.org/pipermail/engine-commits/2015-June/022940.html</a><br>
I understand that broker.conf is stored in another place and
overwrite at runtime.</div></blockquote><div><br></div><div>The broker.conf is now on the shared storage (as other hosted-engine related configuration files) so that in the future they'll be easily editable from the web UI.</div><div><br></div><div>The issue here seams to be that the upgrade overwrite it with the default file before copying to the shared storage.</div><div>I'm opening a bug against that.</div><div><br></div><div>Let's try to fix in your instance (please substitute '192.168.1.115:_Virtual_ext35u36' with the mount point on your system):</div></div><div class="gmail_quote"><br><font face="monospace, monospace">dir=`mktemp -d` && cd $dir<br>systemctl stop ovirt-ha-broker<br>sdUUID_line=$(grep sdUUID /etc/ovirt-hosted-engine/hosted-engine.conf)<br>sdUUID=${sdUUID_line:7:36}<br>conf_volume_UUID_line=$(grep conf_volume_UUID /etc/ovirt-hosted-engine/hosted-engine.conf)<br>conf_volume_UUID=${conf_volume_UUID_line:17:36}<br>conf_image_UUID_line=$(grep conf_image_UUID /etc/ovirt-hosted-engine/hosted-engine.conf)<br>conf_image_UUID=${conf_image_UUID_line:16:36}<br>dd if=/rhev/data-center/mnt/192.168.1.115:_Virtual_ext35u36/$sdUUID/images/$conf_image_UUID/$conf_volume_UUID 2>/dev/null| tar -xvf -<br>cp /etc/ovirt-hosted-engine-ha/broker.conf.rpmsave </font><span style="font-family:monospace,monospace">broker.conf </span><font face="monospace, monospace"># or edit broker.conf as you need </font></div><div class="gmail_quote"><font face="monospace, monospace">tar -cO * | dd of=/rhev/data-center/mnt/192.168.1.115:_Virtual_ext35u36/$sdUUID/images/$conf_image_UUID/$conf_volume_UUID<br></font><span style="font-family:monospace,monospace">systemctl start ovirt-ha-broker</span><br></div><div class="gmail_quote"><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><span class=""><br>
<br>
<blockquote type="cite"> <br>
<div>Il 05/11/2015 18.44, Simone
Tiraboschi ha scritto:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Can you please paste here the content of
/var/lib/ovirt-hosted-engine-ha/broker.conf ?
<div>eventually make it anonymous if you prefer<br>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Thu, Nov 5, 2015 at 6:42 PM,
Stefano Danzi <span dir="ltr"><<a href="mailto:s.danzi@hawai.it" target="_blank">s.danzi@hawai.it</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">After
upgrading from 3.5 to 3.6 Hosted engine notifications stop
to work.<br>
I think that broker.conf was lost during upgrade.<br>
<br>
I found this: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1260757" rel="noreferrer" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1260757</a><br>
But I don't undertand how to change the configuration now.<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</blockquote>
<br>
<pre cols="72"></pre>
</span></div>
</blockquote></div><br></div></div>