Bug 922507

Summary: Don't let Quartz call home for updates
Product: Red Hat Enterprise Virtualization Manager Reporter: Juan Hernández <juan.hernandez>
Component: ovirt-engineAssignee: Juan Hernández <juan.hernandez>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Pavlik <mpavlik>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 3.2.0CC: acathrow, dfediuck, dyasny, gklein, iheim, lpeer, Rhev-m-bugs, yeylon, ykaul, yzaslavs
Target Milestone: ---   
Target Release: 3.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: sf11 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 948448    

Description Juan Hernández 2013-03-17 14:48:30 UTC
The Quartz library that we use to schedule tasks connects to its web site to check for updates. This should be disabled.

Comment 1 Juan Hernández 2013-03-17 15:01:06 UTC
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>

Comment 3 Martin Pavlik 2013-05-15 10:16:39 UTC
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>

Comment 4 Itamar Heim 2013-06-11 09:42:46 UTC
3.2 has been released

Comment 5 Itamar Heim 2013-06-11 09:43:05 UTC
3.2 has been released

Comment 6 Itamar Heim 2013-06-11 09:54:38 UTC
3.2 has been released