Bug 1064410
| Summary: | qpid-config to remove legacystore queue journal options | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Pavel Moravec <pmoravec> |
| Component: | qpid-tools | Assignee: | Ernie <eallen> |
| Status: | CLOSED ERRATA | QA Contact: | Leonid Zhaldybin <lzhaldyb> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | CC: | esammons, iboverma, jross, lzhaldyb |
| Target Milestone: | 3.0 | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-tools-0.22-11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-24 15:10:23 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: | |||
Tested on RHEL6.5 (both i386 and x86_64). This issue has been fixed. Packages used for testing: python-qpid-0.22-14.el6.noarch python-qpid-qmf-0.22-30.el6.x86_64 qpid-cpp-client-0.22-38.el6.x86_64 qpid-cpp-client-devel-0.22-38.el6.x86_64 qpid-cpp-client-devel-docs-0.22-38.el6.noarch qpid-cpp-server-0.22-38.el6.x86_64 qpid-cpp-server-devel-0.22-38.el6.x86_64 qpid-cpp-server-ha-0.22-38.el6.x86_64 qpid-cpp-server-linearstore-0.22-38.el6.x86_64 qpid-cpp-server-xml-0.22-38.el6.x86_64 qpid-java-client-0.22-6.el6.noarch qpid-java-common-0.22-6.el6.noarch qpid-java-example-0.22-6.el6.noarch qpid-jca-0.22-2.el6.noarch qpid-jca-xarecovery-0.22-2.el6.noarch qpid-proton-c-0.6-2.el6.x86_64 qpid-qmf-0.22-30.el6.x86_64 qpid-tools-0.22-11.el6.noarch -> VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-1296.html |
Description of problem: Currently, qpid-config allows specifying qpid.file_count and qpid.file_size queue declare options, via --file-count / --file-size command line options. These options become obsolete in 3.0 due to linearstore, that does not offer/require similar parameters. Therefore, these two parameters should be removed from qpid-config (and I guess also from qpid-qmf package and broker in general) Version-Release number of selected component (if applicable): qpid-tools-0.22-8.el6.noarch How reproducible: 100% Steps to Reproduce: qpid-config --help | grep file- Actual results: --file-count=<n> Number of files in queue's persistence journal --file-size=<n> File size in pages (64KiB/page) Expected results: (empty output) Additional info: