58 lines
3.3 KiB
Diff
58 lines
3.3 KiB
Diff
From be40fe494ddeb4f7132389ca0f3c1193de0e425d Mon Sep 17 00:00:00 2001
|
|
From: Tomas Jelinek <tojeline@redhat.com>
|
|
Date: Tue, 23 Jun 2020 12:57:05 +0200
|
|
Subject: [PATCH 2/3] fix 'resource | stonith refresh' documentation
|
|
|
|
---
|
|
pcs/pcs.8 | 4 ++--
|
|
pcs/usage.py | 4 ++--
|
|
2 files changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/pcs/pcs.8 b/pcs/pcs.8
|
|
index c887d332..3efc5bb2 100644
|
|
--- a/pcs/pcs.8
|
|
+++ b/pcs/pcs.8
|
|
@@ -325,7 +325,7 @@ If a node is not specified then resources / stonith devices on all nodes will be
|
|
refresh [<resource id>] [node=<node>] [\fB\-\-strict\fR]
|
|
Make the cluster forget the complete operation history (including failures) of the resource and re\-detect its current state. If you are interested in forgetting failed operations only, use the 'pcs resource cleanup' command.
|
|
.br
|
|
-If the named resource is part of a group, or one numbered instance of a clone or bundled resource, the clean\-up applies to the whole collective resource unless \fB\-\-strict\fR is given.
|
|
+If the named resource is part of a group, or one numbered instance of a clone or bundled resource, the refresh applies to the whole collective resource unless \fB\-\-strict\fR is given.
|
|
.br
|
|
If a resource id is not specified then all resources / stonith devices will be refreshed.
|
|
.br
|
|
@@ -613,7 +613,7 @@ If a node is not specified then resources / stonith devices on all nodes will be
|
|
refresh [<stonith id>] [\fB\-\-node\fR <node>] [\fB\-\-strict\fR]
|
|
Make the cluster forget the complete operation history (including failures) of the stonith device and re\-detect its current state. If you are interested in forgetting failed operations only, use the 'pcs stonith cleanup' command.
|
|
.br
|
|
-If the named stonith device is part of a group, or one numbered instance of a clone or bundled resource, the clean\-up applies to the whole collective resource unless \fB\-\-strict\fR is given.
|
|
+If the named stonith device is part of a group, or one numbered instance of a clone or bundled resource, the refresh applies to the whole collective resource unless \fB\-\-strict\fR is given.
|
|
.br
|
|
If a stonith id is not specified then all resources / stonith devices will be refreshed.
|
|
.br
|
|
diff --git a/pcs/usage.py b/pcs/usage.py
|
|
index 8722bd7b..0f3c95a3 100644
|
|
--- a/pcs/usage.py
|
|
+++ b/pcs/usage.py
|
|
@@ -663,7 +663,7 @@ Commands:
|
|
interested in forgetting failed operations only, use the 'pcs resource
|
|
cleanup' command.
|
|
If the named resource is part of a group, or one numbered instance of a
|
|
- clone or bundled resource, the clean-up applies to the whole collective
|
|
+ clone or bundled resource, the refresh applies to the whole collective
|
|
resource unless --strict is given.
|
|
If a resource id is not specified then all resources / stonith devices
|
|
will be refreshed.
|
|
@@ -1214,7 +1214,7 @@ Commands:
|
|
are interested in forgetting failed operations only, use the 'pcs
|
|
stonith cleanup' command.
|
|
If the named stonith device is part of a group, or one numbered
|
|
- instance of a clone or bundled resource, the clean-up applies to the
|
|
+ instance of a clone or bundled resource, the refresh applies to the
|
|
whole collective resource unless --strict is given.
|
|
If a stonith id is not specified then all resources / stonith devices
|
|
will be refreshed.
|
|
--
|
|
2.25.4
|
|
|