From aeea02b598c4163aabfc1b74eec8b8b1be32d4e1 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 24 Jan 2019 10:43:38 +0900 Subject: [PATCH] doc: update "standby follow" error codes --- doc/repmgr-node-rejoin.sgml | 101 ++++++++++++++++----------------- doc/repmgr-standby-follow.sgml | 22 ++++++- 2 files changed, 70 insertions(+), 53 deletions(-) diff --git a/doc/repmgr-node-rejoin.sgml b/doc/repmgr-node-rejoin.sgml index 30ab4c9b..619ce2a8 100644 --- a/doc/repmgr-node-rejoin.sgml +++ b/doc/repmgr-node-rejoin.sgml @@ -144,6 +144,55 @@ A node_rejoin event notification will be generated. + + Exit codes + + Following exit codes can be emitted by repmgr node rejoin: + + + + + + + + + The node rejoin succeeded; or if was provided, + no issues were detected which would prevent the node rejoin. + + + + + + + + + A configuration issue was detected which prevented &repmgr; from + continuing with the node rejoin. + + + + + + + + + The node could not be restarted. + + + + + + + + + The node rejoin operation failed. + + + + + + + Notes @@ -255,58 +304,6 @@ - - Exit codes - - Following exit codes can be emitted by repmgr node rejoin: - - - - - - - - - The node rejoin succeeded; or if was provided, - no issues were detected which would prevent the node rejoin. - - - - - - - - - A configuration issue was detected which prevented &repmgr; from - continuing with the node rejoin. - - - - - - - - - The node could not be restarted. - - - - - - - - - The node rejoin operation failed. - - - - - - - - - - See also diff --git a/doc/repmgr-standby-follow.sgml b/doc/repmgr-standby-follow.sgml index c1b94084..66d66c4b 100644 --- a/doc/repmgr-standby-follow.sgml +++ b/doc/repmgr-standby-follow.sgml @@ -157,7 +157,27 @@ - No issues were detected. + The follow operation succeeded; or if was provided, + no issues were detected which would prevent the follow operation. + + + + + + + + + A configuration issue was detected which prevented &repmgr; from + continuing with the follow operation. + + + + + + + + + The node could not be restarted.