Bug 1208128
| Summary: | samba conversion broken | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Patrik Hagara <phagara> | ||||
| Component: | clufter | Assignee: | Jan Pokorný [poki] <jpokorny> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | jpokorny | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-04-02 12:20:14 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: | 1182358, 1201290 | ||||||
| Attachments: |
|
||||||
> missing definitions of $system{,_1,_2} variables. This is what I need to fix urgently, otherwise I cannot fix [bug 1207345] in the intended way... Fixed upstream as of https://github.com/jnpkrn/clufter/commit/6b6a829071d0417eeff6ad4f5130926052a081de Re [comment 1]: See [bug 1207345 comment 9] (+ [bug 1207345 comment 12]). |
Created attachment 1009652 [details] cluster.conf with samba resource Description of problem: Samba XSLT is malformed and crashes clufter when ccs2pcs conversion of samba resource is attempted. There are multiple issues in the XSLT snippet: extra xsl:attribute closing tag, missing closing parenthesis in the second xsl:when tag, and missing definitions of $system{,_1,_2} variables. Version-Release number of selected component (if applicable): clufter next branch f5fa0f8fccacb1bdc76ec792df34f9bf373f8229 How reproducible: always Steps to Reproduce: 1. cluster.conf with samba resource (attached) 2. try to convert with clufter ccs2pcs 3. clufter crashes Actual results: clufter crash Expected results: successfull conversion of samba resource Additional info: