File jsc#ECO-1611-0017-Doc-stonith_admin-delay-is-an-optional-option-for-fe-1.1.patch of Package pacemaker.19778
From e90b14022834938a5a3bed0d95893c44c7ffb4b5 Mon Sep 17 00:00:00 2001
From: "Gao,Yan" <ygao@suse.com>
Date: Tue, 28 Apr 2020 21:12:35 +0200
Subject: [PATCH 17/17] Doc: stonith_admin: --delay is an optional option for
--fence/--unfence/--reboot commands
---
fencing/admin.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/fencing/admin.c b/fencing/admin.c
index 445b7419f..65f01f565 100644
--- a/fencing/admin.c
+++ b/fencing/admin.c
@@ -125,13 +125,13 @@ static struct crm_option long_options[] = {
{ "-spacer-", no_argument, NULL, '-', "\nFencing Commands:" },
{ "fence", required_argument, NULL, 'F',
- "Fence named host. Optional: --timeout, --tolerance."
+ "Fence named host. Optional: --timeout, --tolerance, --delay."
},
{ "unfence", required_argument, NULL, 'U',
- "Unfence named host. Optional: --timeout, --tolerance."
+ "Unfence named host. Optional: --timeout, --tolerance, --delay."
},
{ "reboot", required_argument, NULL, 'B',
- "Reboot named host. Optional: --timeout, --tolerance."
+ "Reboot named host. Optional: --timeout, --tolerance, --delay."
},
{ "confirm", required_argument, NULL, 'C',
"Tell cluster that named host is now safely down."
--
2.26.1