RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1171312 - [RFE] pcs should be able to import cluster.conf and convert it into a pacemaker configuration/sequence of PCS commands
Summary: [RFE] pcs should be able to import cluster.conf and convert it into a pacemak...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: pcs
Version: 6.5
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Chris Feist
QA Contact: cluster-qe@redhat.com
Steven J. Levine
URL:
Whiteboard:
Depends On: 1111368 1133897 1182358
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-05 21:27 UTC by Jan Pokorný [poki]
Modified: 2015-07-22 06:15 UTC (History)
12 users (show)

Fixed In Version: pcs-0.9.139-8.el6
Doc Type: Enhancement
Doc Text:
New package: clufter The clufter package is now installed as a pcs dependency. With clufter installed, pcs is able to import CMAN configuration from the cluster.conf file and convert it into Pacemaker configuration. This package is currently available only as a Technology Preview.
Clone Of: 1133897
Environment:
Last Closed: 2015-07-22 06:15:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
proposed fix for hacluster issue (5.14 KB, patch)
2015-04-01 15:23 UTC, Tomas Jelinek
no flags Details | Diff
proposed fix for the duplicated nodes issue (1.06 KB, patch)
2015-04-03 08:42 UTC, Tomas Jelinek
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:1446 0 normal SHIPPED_LIVE pcs bug fix and enhancement update 2015-07-20 18:43:57 UTC

Description Jan Pokorný [poki] 2014-12-05 21:27:38 UTC
Separate "clufter" [1] package to be requested for distro inclusion.

[1] https://github.com/jnpkrn/clufter

+++ This bug was initially created as a clone of Bug #1133897 +++

There is an utility for this in the works, it should be integrated
to the pcs "suite".

Comment 2 Chris Feist 2015-03-04 17:13:35 UTC
Before Fix:

No python-clufter package

After Fix:

python-clufter package exists!

Comment 3 Tomas Jelinek 2015-03-13 15:34:39 UTC
Before fix:
pcs does not require python-clufter package

After fix:
pcs requires python-clufter package

Note:
python-clufter have been moved to its own component so pcs does not provide python-clufter package any longer.

Comment 6 Tomas Jelinek 2015-04-01 15:23:50 UTC
Created attachment 1009726 [details]
proposed fix for hacluster issue

Comment 9 Tomas Jelinek 2015-04-03 08:42:56 UTC
Created attachment 1010541 [details]
proposed fix for the duplicated nodes issue

requires python-clufter-0.10.4-0.1.a_ff7ec7f or newer

Comment 10 Tomas Jelinek 2015-04-03 08:45:07 UTC
Moving back to ON_QA because of one more fix.

Comment 13 Jan Pokorný [poki] 2015-04-17 15:22:34 UTC
Note that "convert it into a sequence of PCS commands" part of the
assingment is currently fulfilled on the level of direct usage of
"clufter" command provided by clufter-cli (sub)package:

$ clufter -l | sed -n ':s;/.*pcscmd/{p;n;/^   /p;bs}'
>  ccs2pcscmd-flatiron  (CMAN,rgmanager) cluster cfg. -> equivalent in pcs
>                       commands
>  ccs2pcscmd-needle    [COMMAND CURRENTLY UNAVAILABLE]
>  pcs2pcscmd-flatiron  (Corosync/CMAN,Pacemaker) cluster cfg. -> reinstating
>                       pcs commands
>  pcs2pcscmd-needle    [COMMAND CURRENTLY UNAVAILABLE]
>  ccs2pcscmd           alias for ccs2pcscmd-flatiron
>  pcs2pcscmd           alias for pcs2pcscmd-flatiron

(NOTE: the -needle variants are not implemented yet, but it's not a big
       issue since we are talking about RHEL 6, i.e., flatiron variants
       as per respective corosync major version code names)

Example:

$ ./run-dev ccs2pcscmd-flatiron - <<-EOF
	<?xml version="1.0"?>
	<cluster name="clu" config_version="1">
	  <clusternodes>
	    <clusternode nodeid="1" name="a" />
	    <clusternode nodeid="2" name="b" />
	  </clusternodes>
	  <cman two_node="1"/>
	  <totem consensus="200" join="100" token="5000"
	         token_retransmits_before_loss_const="4">
	    <interface ttl="3"/>
	  </totem>
	  <rm>
	    <failoverdomains/>
	    <resources/>
	  </rm>
	</cluster>
EOF
> [cibcompact2cib     ] XSLT: NOTE: no fencing is configured hence stonith
>                       is disabled; please note, however, that this is
>                       suboptimal, especially in shared storage scenarios
> pcs cluster setup --name clu a b --consensus 200 --join 100 --token 5000
> pcs property set 'stonith-enabled=false'
> [stringiter-combine2] output file: <stdout>

Comment 20 errata-xmlrpc 2015-07-22 06:15:49 UTC
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.

https://rhn.redhat.com/errata/RHBA-2015-1446.html


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