Bug 835697
| Summary: | [eap6] Cannot Create Path Sub-Resources for HornetQ server | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Stefan Negrea <snegrea> | ||||
| Component: | Plugins | Assignee: | Stefan Negrea <snegrea> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.4 | CC: | ahovsepy, hrupp | ||||
| Target Milestone: | --- | ||||||
| Target Release: | JON 3.1.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 826066 | Environment: | |||||
| Last Closed: | 2013-09-03 15:17:24 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: | 826066 | ||||||
| Bug Blocks: | 707223, 827636, 833089, 835698, 835702 | ||||||
| Attachments: |
|
||||||
|
Description
Stefan Negrea
2012-06-26 20:50:59 UTC
release/jon3.1.x branch commits: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=8c642fd50860263a73484741ab008e3f26587607 http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=c11fc265f512a6f40ea38979126aa78d2e954ddc JON 3.1.1 ER1 build is available. Moving to ON_QA. https://brewweb.devel.redhat.com/buildinfo?buildID=226942 reopened. It is already possible to create path resources with correct type, but: 1. There is "default" type visible in the path resource types list. (please see attached screenshot) 2. It is possible to create as many path resources with the same type as you want, but only the first of them is being created and all the following ones are being marked as duplicate and through on UI it shows that it is possible to create the path resource. Please do not hesitate to tell me if this bugs should have been created separately. Regards, Armine H Created attachment 602531 [details]
path default resource
For point 1) in comment #3: That is a normal UI, the default will always be displayed and available for users to pick. The drop-down from step 1 allows users to select a template and not an actual resource or resource configuration. After this template is applied the user can update the resource configuration further. For point 2) in comment #3: That is known issue. The current UI does not have the capability to take into account min and max number of resources. In this case there are maximum of four Path resources that can be created, but only one max of each type (available types: journal-directory, paging-directory, large-messages-directory, bindings-directory). Please refer to mix and max occurrence and resource tree for the Path resource. Since min/max number of resources is not supported in the UI, the users who attempt to create extra resources will just get an error message from EAP6. The error message is very descriptive. Also, by not baking this limitation in the plugin itself, no further updates will be required if EAP6 allows users to create more than one of each of these resources. Please rest this, no code changes required. verified! Thanks for the detailed reply Stefan. Bulk closing of old issues in VERIFIED state. |