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.
-John