Bug 1434529

Summary: Fix typos/improve corosync man pages
Product: Red Hat Enterprise Linux 7 Reporter: Jan Friesse <jfriesse>
Component: corosyncAssignee: Jan Friesse <jfriesse>
Status: CLOSED ERRATA QA Contact: cluster-qe <cluster-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.3CC: ccaulfie, cluster-maint, mjuricek
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: corosync-2.4.0-8.el7 Doc Type: No Doc Update
Doc Text:
undefined
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-01 18:40:01 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:
Attachments:
Description Flags
man: Fix typos in man page
none
Fix typo: Destorying -> Destroying
none
init: Add doc URIs to the systemd service files
none
man: Modify man-page according to command usage
none
Totempg: remove duplicate memcpy in mcast_msg func
none
upstart: Add softdog module loading example
none
Remove deprecated doxygen flags
none
Qdevice: fix spell errors in qdevice
none
doc: document watchdog_device parameter none

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