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-engine | Assignee: | Juan Hernández <juan.hernandez> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Pavlik <mpavlik> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 3.2.0 | CC: | 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 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 3.2 has been released 3.2 has been released |