Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add man page for diskless SBD option (bsc#1138353) #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion man/ha-cluster-init.8
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Space-separated list of nodes to add to the created
cluster. May include the local host, which will
always be configured as the initial cluster node.
.TP
.B -S
Enable SBD even if no SBD device is configured
(diskless mode).
.TP
.BI "-w " watchdog
Use the given watchdog device.
.TP
Expand All @@ -81,7 +85,15 @@ Use
for SBD fencing. The device path must be persistent and
consistent across all nodes in the cluster, so
.I /dev/disk/by-id/*
devices are a good choice.
devices are a good choice. Using
.B -s
.I device
and
.B -S
together will equal to use
.B -s
.I device
only.
.TP
.BI "-t " name
Perform additional cluster configuration based on the
Expand Down