Bug 1011971
| Summary: | System settings returned via CLI contain old server version after upgrade to jon3.2.ER1 | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Filip Brychta <fbrychta> |
| Component: | Upgrade | Assignee: | Lukas Krejci <lkrejci> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | JON 3.2 | CC: | lkrejci, myarboro |
| Target Milestone: | ER04 | ||
| Target Release: | JON 3.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-02 20:34:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1010354 | ||
|
Description
Filip Brychta
2013-09-25 13:19:54 UTC
Note that this is not a regression. Update from JON 3.1.0.GA to JON 3.1.2.GA leaves the version in the system settings at 4.4.0.JON310GA, too. The SystemSetting.SERVER_VERSION seems to have been abandonded and is not used for anything in JON's codebase. The version information is available using SystemManager.productInfo It has attributes like "name", "shortName", "version", "buildNumber", etc. that identify the server, too. I guess the solution here is to deprecate SystemSetting.SERVER_VERSION. commit 3ab3dd077d3750536da6528df506c88c7435b31b
Author: Lukas Krejci <lkrejci>
Date: Tue Oct 1 18:04:30 2013 +0200
[BZ 1011971] - Deprecate SystemSetting.SERVER_VERSION
We have equivalent, more detailed, always up-to-date and per-server
information available in SystemManagerRemote.getProductInfo().
SERVER_VERSION would not be updated during server upgrades (this is
old behavior present at least as of RHQ 4.4.0).
Moving to ON_QA for testing in the next build. Verified on Version: 3.2.0.ER4 Build Number: e413566:057b211 |