mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-15 07:40:55 +00:00
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 <jfriesse@redhat.com> Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>
This commit is contained in:
parent
fc7b420e94
commit
7ff95c767e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user