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 1434529 - Fix typos/improve corosync man pages
Summary: Fix typos/improve corosync man pages
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: corosync
Version: 7.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Jan Friesse
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-03-21 16:25 UTC by Jan Friesse
Modified: 2017-08-01 18:40 UTC (History)
3 users (show)

Fixed In Version: corosync-2.4.0-8.el7
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2017-08-01 18:40:01 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
man: Fix typos in man page (25.15 KB, patch)
2017-03-21 16:26 UTC, Jan Friesse
no flags Details | Diff
Fix typo: Destorying -> Destroying (1006 bytes, patch)
2017-03-21 16:27 UTC, Jan Friesse
no flags Details | Diff
init: Add doc URIs to the systemd service files (2.19 KB, patch)
2017-03-21 16:29 UTC, Jan Friesse
no flags Details | Diff
man: Modify man-page according to command usage (12.79 KB, patch)
2017-03-21 16:29 UTC, Jan Friesse
no flags Details | Diff
Totempg: remove duplicate memcpy in mcast_msg func (1.10 KB, patch)
2017-03-21 16:30 UTC, Jan Friesse
no flags Details | Diff
upstart: Add softdog module loading example (815 bytes, patch)
2017-03-21 16:31 UTC, Jan Friesse
no flags Details | Diff
Remove deprecated doxygen flags (4.39 KB, patch)
2017-03-21 16:31 UTC, Jan Friesse
no flags Details | Diff
Qdevice: fix spell errors in qdevice (7.60 KB, patch)
2017-03-21 16:32 UTC, Jan Friesse
no flags Details | Diff
doc: document watchdog_device parameter (1.69 KB, patch)
2017-03-21 16:32 UTC, Jan Friesse
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2017:1999 0 normal SHIPPED_LIVE corosync bug fix and enhancement update 2017-08-01 18:11:15 UTC

Description Jan Friesse 2017-03-21 16:25:59 UTC
Description of problem:
SSIA

Comment 2 Jan Friesse 2017-03-21 16:26:45 UTC
Created attachment 1265161 [details]
man: Fix typos in man page

man: Fix typos in man page

Signed-off-by: Takeshi MIZUTA <miz.take4>
Reviewed-by: Jan Friesse <jfriesse>
(cherry picked from commit fef5e117aac8362a056a966b453cf2624a1fa9ba)

Comment 3 Jan Friesse 2017-03-21 16:27:08 UTC
Created attachment 1265162 [details]
Fix typo: Destorying -> Destroying

Fix typo: Destorying -> Destroying
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Ferenc Wágner <wferi>
Reviewed-by: Jan Friesse <jfriesse>
(cherry picked from commit 66c6a9b20063a271eadde7cca7a6abda5bc5512e)

Comment 4 Jan Friesse 2017-03-21 16:29:02 UTC
Created attachment 1265164 [details]
init: Add doc URIs to the systemd service files

init: Add doc URIs to the systemd service files
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

These are used by systemctl help.

Signed-off-by: Ferenc Wágner <wferi>
Reviewed-by: Jan Friesse <jfriesse>
(cherry picked from commit 8a940f9a18bdcdabef31f796e3572070e72d487b)

Comment 5 Jan Friesse 2017-03-21 16:29:14 UTC
Created attachment 1265165 [details]
man: Modify man-page according to command usage

man: Modify man-page according to command usage

Signed-off-by: Takeshi MIZUTA <miz.take4>
Reviewed-by: Jan Friesse <jfriesse>
(cherry picked from commit 034553c0808dfcf27441925b05ae095901dee3f4)

Comment 6 Jan Friesse 2017-03-21 16:30:03 UTC
Created attachment 1265166 [details]
Totempg: remove duplicate memcpy in mcast_msg func

Totempg: remove duplicate memcpy in mcast_msg func

In function mcast_msg of totempg.c, line 923, there is a memcpy call in
"else" branch, and also another memcpy out of the "else" branch, while
the two calls have the same parameters. It is possibleto remove the memcpy
in "else" branch.

Signed-off-by: Bin Liu <bliu>
Reviewed-by: Jan Friesse <jfriesse>
(cherry picked from commit 819d66ca1ccaa86ef21fc4112033b38ce3f9af29)

Comment 7 Jan Friesse 2017-03-21 16:31:41 UTC
Created attachment 1265169 [details]
upstart: Add softdog module loading example

upstart: Add softdog module loading example

Signed-off-by: yuusuke <yusk.iida>
Reviewed-by: Jan Friesse <jfriesse>
(cherry picked from commit 1d05569fa9820082d5488379f25828c78ccd5f17)

Comment 8 Jan Friesse 2017-03-21 16:31:50 UTC
Created attachment 1265170 [details]
Remove deprecated doxygen flags

Remove deprecated doxygen flags

Running 'doxygen -u Doxyfile.in' in the source root produces the
following results:

 - SYMBOL_CACHE_SIZE at line 301 has become obsolete. This tag
   has been removed.
 - SHOW_DIRECTORIES at line 507 has become obsolete. This tag
   has been removed.
 - HTML_ALIGN_MEMBERS at line 881 has become obsolete. This tag
   has been removed.
 - USE_INLINE_TREES at line 1067 has become obsolete. This tag
   has been removed.
 - XML_SCHEMA at line 1311 has become obsolete. This tag has been
   removed.
 - XML_DTD at line 1317 has become obsolete. This tag has been
   removed.

Signed-off-by: Richard B Winters <rik>
Reviewed-by: Jan Friesse <jfriesse>
(cherry picked from commit c3775f9dad34e833e8eb3cde7db3b9fb281dee52)

Comment 9 Jan Friesse 2017-03-21 16:32:19 UTC
Created attachment 1265173 [details]
Qdevice: fix spell errors in qdevice

Qdevice: fix spell errors in qdevice

There are somwe spell errors in qdevice-net-algo-test.c,
qnetd-algo-2nodelms.c, qnetd-algo-test.c qnetd-algo-ffsplit.c

Signed-off-by: Bin Liu <bliu>
Reviewed-by: Jan Friesse <jfriesse>
(cherry picked from commit 5cf587554f6fe5c0216b46a3b0546810139b3e22)

Comment 10 Jan Friesse 2017-03-21 16:32:29 UTC
Created attachment 1265174 [details]
doc: document watchdog_device parameter

doc: document watchdog_device parameter

Commit 8d8d4a936ab73d8449a3574f969b17a90ef9428e introduced the
configuration parameter resources.watchdog_device. This commit
introduces the resources section and watchdog_device parameter in
corosync.conf.5.

Signed-off-by: Adrian Vondendriesch <adrian.vondendriesch>
Reviewed-by: Jan Friesse <jfriesse>
(cherry picked from commit 16ca44ccdc4f3ab051c866b15d948d44bf4ee020)

Comment 15 errata-xmlrpc 2017-08-01 18:40:01 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://access.redhat.com/errata/RHBA-2017:1999


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