Bug 1208128

Summary: samba conversion broken
Product: [Fedora] Fedora Reporter: Patrik Hagara <phagara>
Component: clufterAssignee: Jan Pokorný [poki] <jpokorny>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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:
Description Flags
cluster.conf with samba resource none

Description Patrik Hagara 2015-04-01 13:11:08 UTC
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:

Comment 1 Jan Pokorný [poki] 2015-04-01 13:43:49 UTC
> 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...