File 0004-Dev-doc-Add-help-info-for-crm-sbd-sublevel.patch of Package crmsh
From 0c1770036f86d47b7339d38630ed8b039bc95c05 Mon Sep 17 00:00:00 2001
From: xin liang <xliang@suse.com>
Date: Tue, 20 Aug 2024 07:25:16 +0800
Subject: [PATCH 4/4] Dev: doc: Add help info for crm sbd sublevel
---
doc/crm.8.adoc | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/doc/crm.8.adoc b/doc/crm.8.adoc
index ba579dd9..90d97b1d 100644
--- a/doc/crm.8.adoc
+++ b/doc/crm.8.adoc
@@ -2012,6 +2012,42 @@ Example:
utilization xen1 set memory 4096
...............
+[[cmdhelp_sbd,SBD management]]
+=== `sbd` - SBD management
+
+This level is for managing the SBD (STONITH Block Device) daemon.
+
+[[cmdhelp_sbd_configure,configure SBD]]
+==== `configure`
+
+Configure the SBD daemon. This command is a wrapper around the
+`sbdfmt` and `sbd` commands.
+
+example:
+...............
+configure <device> <nodes>
+...............
+
+[[cmdhelp_sbd_status,show SBD status]]
+==== `status`
+
+Show the status of the SBD daemon.
+
+example:
+...............
+status
+...............
+
+[[cmdhelp_sbd_remove,remove SBD configuration]]
+==== `remove`
+
+Remove the SBD configuration.
+
+example:
+...............
+remove
+...............
+
[[cmdhelp_node,Node management]]
=== `node` - Node management
--
2.45.2