Bug 1323791 - missing comment after resource tomcat conversion by ccs2pcs in resulting cib.xml
Summary: missing comment after resource tomcat conversion by ccs2pcs in resulting cib.xml
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: clufter
Version: 6.8
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: rc
: ---
Assignee: Jan Pokorný [poki]
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-04 17:57 UTC by Miroslav Lisik
Modified: 2017-11-07 21:34 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-07 21:34:43 UTC
Target Upstream Version:


Attachments (Terms of Use)
cib-old.xml (1.57 KB, text/plain)
2016-04-04 17:57 UTC, Miroslav Lisik
no flags Details
cib-new.xml (1.81 KB, text/plain)
2016-04-04 17:58 UTC, Miroslav Lisik
no flags Details

Description Miroslav Lisik 2016-04-04 17:57:26 UTC
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

Comment 1 Miroslav Lisik 2016-04-04 17:58:00 UTC
Created attachment 1143405 [details]
cib-new.xml

Comment 3 Miroslav Lisik 2016-04-04 18:14:45 UTC
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.

Comment 6 Chris Feist 2017-11-07 21:34:43 UTC
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/


Note You need to log in before you can comment on or make changes to this bug.