From 7ff95c767ead8b36e30441f763ccbc7c195188d0 Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Wed, 2 Jun 2021 12:29:31 +0200 Subject: [PATCH] man: Add note about single node configuration Internally knet is using just one link for localhost so for single node configuration knet_link_get_link_list returns only one entry. This is propagated to `corosync-cfgtool -s`. Signed-off-by: Jan Friesse Reviewed-by: Christine Caulfield --- man/corosync-cfgtool.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man/corosync-cfgtool.8 b/man/corosync-cfgtool.8 index b83f8991..bcfb9001 100644 --- a/man/corosync-cfgtool.8 +++ b/man/corosync-cfgtool.8 @@ -31,7 +31,7 @@ .\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" * THE POSSIBILITY OF SUCH DAMAGE. .\" */ -.TH "COROSYNC-CFGTOOL" "8" "2020-02-10" "" "" +.TH "COROSYNC-CFGTOOL" "8" "2020-06-02" "" "" .SH "NAME" corosync-cfgtool \- An administrative tool for corosync. .SH "SYNOPSIS" @@ -56,6 +56,9 @@ LINK ID 0 nodeid 1: localhost nodeid 2: connected nodeid 3: connected + +Please note that only one link is returned for a single node cluster configuration, +no matter how many links are configured. .TP .B -b Displays the brief status of the current links on this node when used