The Quartz library that we use to schedule tasks connects to its web site to check for updates. This should be disabled.
The proposed change has already been merged upstream: http://gerrit.ovirt.org/12411 It consists on adding the following to the standalone.xml file: <system-properties> <property name="org.quartz.scheduler.skipUpdateCheck" value="true"/> </system-properties>
In SF17 change is present [root@mp-rhevm32 ~]# grep system-properties -a2 /usr/share/ovirt-engine/service/engine-service.xml.in </extensions> <system-properties> <!-- Don't let quartz call home to check for updates: --> <property name="org.quartz.scheduler.skipUpdateCheck" value="true"/> -- <property name="org.apache.coyote.http11.Http11Protocol.COMPRESSION_MIME_TYPES" value="text/javascript,text/css,text/html,text/xml,text/json,application/x-yaml,application/xml,application/json"/> </system-properties> <profile>
3.2 has been released