| Summary: | missing comment after resource tomcat conversion by ccs2pcs in resulting cib.xml | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Miroslav Lisik <mlisik> | ||||||
| Component: | clufter | Assignee: | Jan Pokorný [poki] <jpokorny> | ||||||
| Status: | CLOSED WONTFIX | QA Contact: | cluster-qe <cluster-qe> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.8 | CC: | cfeist, tlavigne | ||||||
| Target Milestone: | rc | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2017-11-07 21:34:43 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: | |||||||
| Attachments: |
|
||||||||
Created attachment 1143405 [details]
cib-new.xml
There is the same issue with samba resource. After examination of dump-* files generated by option --dump ANY, i fount that comment is dropped in cibcompact2cib filter. Red Hat Enterprise Linux 6 is in the Production 3 Phase. During the Production 3 Phase, Critical impact Security Advisories (RHSAs) and selected Urgent Priority Bug Fix Advisories (RHBAs) may be released as they become available. The official life cycle policy can be reviewed here: http://redhat.com/rhel/lifecycle This issue does not meet the inclusion criteria for the Production 3 Phase and will be marked as CLOSED/WONTFIX. If this remains a critical requirement, please contact Red Hat Customer Support to request a re-evaluation of the issue, citing a clear business justification. Note that a strong business justification will be required for re-evaluation. Red Hat Customer Support can be contacted via the Red Hat Customer Portal at the following URL: https://access.redhat.com/ |
Created attachment 1143404 [details] cib-old.xml Description of problem: Missing comment after resource tomcat conversion by ccs2pcs in resulting cib.xml in comparison with older clufter version. Version-Release number of selected component (if applicable): clufter-cli-0.56.2-1.el6.noarch How reproducible: 1. [root@virt-279 rm-tomcat]# cat cluster.conf <?xml version="1.0"?> <cluster name="test" config_version="1"> <clusternodes> </clusternodes> <fencedevices> </fencedevices> <rm> <failoverdomains/> <resources/> <service name="tomcat" recovery="relocate"> <tomcat-6 config_file="/etc/tomcat6/tomcat6_custom.conf" name="tc" shutdown_wait="123"/> </service> </rm> </cluster> 2. Run command with clufter-cli-0.50.4-1.el7.noarch (RHEL7.2): # clufter ccs2pcs --input=cluster.conf --cib=cib-old.xml 3. Run command with clufter-cli-0.56.2-1.el6.noarch (RHEL6.8 nightly): # clufter ccs2pcs --input=cluster.conf --cib=cib-new.xml 4. compare files cib-old.xml and cib-new.xml Actual results: Missing comment in cib-new.xml <!-- NOTE: cannot convert tomcat-6 resource directly, prefilling defaults; consider manual completion based on /etc/tomcat6/tomcat6.conf (/etc/tomcat6/tomcat6_custom.conf) file (or switching to LSB/systemd) --> Expected results: Mentioned comment is present in cib-new.xml