
----- Original Message -----
From: "John Taylor" <jtt77777@gmail.com> To: "Nathanaël Blanchet" <blanchet@abes.fr> Cc: "Alon Bar-Lev" <alonbl@redhat.com>, "users" <users@ovirt.org> Sent: Monday, May 26, 2014 4:00:33 PM Subject: Re: [ovirt-users] issued engine-report with 3.4
Nathanaël,
Thank you for this tip, should be resolved in 3.5, but for the moment, how to modify the jboss timeout deployment? Le 26/05/2014 14:45, John Taylor a écrit :
In /usr/share/ovirt-engine/services/ovirt-engine/ovirt-engine.xml.in change
<subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1"> <deployment-scanner scan-interval="5000" path="$tempdir/deployments" /> </subsystem>
to
<subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1"> <deployment-scanner scan-interval="5000" path="$tempdir/deployments" deployment-timeout="1200"/> </subsystem>
See the gerrit http://gerrit.ovirt.org/25895
Hope that helps.
Thanks! better have been to put this as configuration.... and not hardcode this again.
-John