Bug 705884
Summary: | luci chokes on working cluster.conf line | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | joshua | ||||||
Component: | luci | Assignee: | Ryan McCabe <rmccabe> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 6.1 | CC: | bbrock, cluster-maint, jpokorny, rsteiger, syeghiay | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | luci-0.23.0-31.el6 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | |||||||||
: | 705876 (view as bug list) | Environment: | |||||||
Last Closed: | 2011-12-06 09:45:14 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Do t ? Which option(s) is to blame for the misbehavior? Can this be triggered with a cluster.conf only, with or without the system actually existing? It fails so immediately that it sure seems like luci is dying on the syntax Created attachment 505645 [details]
proposed patch
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/RHBA-2011-1510.html |
Created attachment 499675 [details] luci error log I have a cluster that works perfectly fine, then I add this line which also works per the cluster, but on which luci chokes vm autostart="1" exclusive="1" migrate="pause" name="Tally-On-Premise_2011.1" path="/data/cluster-storage/tally" recovery="relocate" snapshot="/data/cluster-storage/rally" use_virsh="1"/> I get on another machine running RHEL6.1 beta, install luci, import the cluster, and luci in my web browser still shows the same error: Error 500 We're sorry but we weren't able to process this request. Per the /var/log/luci/luci.log, luci is very unhappy (see attached log). Version-Release number of selected component (if applicable): luci-0.23.0-7.el6.x86_64 Expected Results: Shouldn't luci be able to parse this line? If not, surely it could have a more intelligent response than the error above.