Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 1161332

Summary: Leftovers in /usr/share/cluster from RHEL < 7.0
Product: Red Hat Enterprise Linux 7 Reporter: Jan Pokorný [poki] <jpokorny>
Component: fence-agentsAssignee: Marek Grac <mgrac>
Status: CLOSED WONTFIX QA Contact: cluster-qe <cluster-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.1CC: cluster-maint
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: 2014-11-10 08:39: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:

Description Jan Pokorný [poki] 2014-11-06 22:50:48 UTC
In early 7.1:

# ls -lR /usr/share/cluster
/usr/share/cluster:
total 20
-rwxr-xr-x. 1 root root 13890 Oct 16 10:54 fence_scsi_check.pl
drwxr-xr-x. 2 root root  4096 Oct 24 18:30 relaxng

/usr/share/cluster/relaxng:
total 24
-rw-r--r--. 1 root root 2728 Oct 16 10:54 fence2man.xsl
-rw-r--r--. 1 root root 5785 Oct 16 10:54 fence2rng.xsl
-rw-r--r--. 1 root root  201 Oct 16 10:54 fence.rng.head
-rw-r--r--. 1 root root  279 Oct 16 10:54 fence.rng.tail
-rw-r--r--. 1 root root 1847 Oct 16 10:54 metadata.rng

# find /usr/share/cluster -print0 | xargs -0 rpm -qf
fence-agents-common-4.0.11-6.el7.x86_64
fence-agents-common-4.0.11-6.el7.x86_64
fence-agents-scsi-4.0.11-6.el7.x86_64
fence-agents-common-4.0.11-6.el7.x86_64
fence-agents-common-4.0.11-6.el7.x86_64
fence-agents-common-4.0.11-6.el7.x86_64
fence-agents-common-4.0.11-6.el7.x86_64
fence-agents-common-4.0.11-6.el7.x86_64
fence-agents-common-4.0.11-6.el7.x86_64


Moreover, fence_scsi_check.pl (executable script!) presence there
also marks "overly liberal" packaging: this is not a place one puts
executables at, really, especially now when the old deployment schema
utilizing the title directory is not used anymore.

Comment 2 Marek Grac 2014-11-10 08:39:14 UTC
fence_scsi_check should not be together with standard fence agents as it is not one and pacemaker will understand that it is (match to fence_.*[^d]). So, I do not know about better place (with bonus of backward compatibility with RHEL6) - if this suggestion came before 7.0 then some changes were possibles.

I don't know who else use the other files. I can expect that at least fence2man.xsl is not used by anyone else. But I'm not sure with others, anyway this files do not break anything - so I can remove them from upstream but they will stay in RHEL7.x