cluster show/daemon status: report if node not attached to advertised upstream

This commit is contained in:
Ian Barwick
2019-05-14 15:56:00 +09:00
parent dd78a16006
commit f03e012c99
3 changed files with 78 additions and 5 deletions

View File

@@ -4,8 +4,10 @@
repmgr: add "--repmgrd-force-unpause" option to "standby switchover" (Ian)
repmgr: improve "--dry-run" behaviour for "standby promote" and
"standby switchover" (Ian)
repmgr: in "cluster show" and "daemon status", show upstream node name
as reported by each individual node (Ian)
repmgr: in "cluster show" and "daemon status", show upstream node name
as reported by each individual node (Ian)
repmgr: in "cluster show" and "daemon status", check if a node is attached
to its advertised upstream node
repmgrd: monitor standbys attached to primary (Ian)
general: documentation converted to DocBook XML format (Ian)