[ClusterLabs] Clearing failed actions
Ken Gaillot
kgaillot at redhat.com
Mon Jul 9 10:35:33 EDT 2018
On Mon, 2018-07-09 at 09:11 +0200, Jehan-Guillaume de Rorthais wrote:
> On Fri, 06 Jul 2018 10:15:08 -0600
> Casey Allen Shobe <casey.allen.shobe at icloud.com> wrote:
>
> > Hi,
> >
> > I found a web page which suggested to clear the Failed Actions, to
> > use
> > `crm_resource -P`. Although this appears to work, it's not
> > documented on the
> > man page at all. Is this deprecated and is there a more correct
> > way to be
> > doing this?
>
> -P means "reprobe", so I guess this is a side effect or a pre-
> requisit, but not
> only to clean failcounts.
In the 1.1 series, -P is a deprecated synonym for --cleanup / -C. The
options clear fail counts and resource operation history (for a
specific resource and/or node if specified with -r and/or -N, otherwise
all).
In the 2.0 series, -P is gone. --refresh / -R now does what cleanup
used to; --cleanup / -C now cleans up only resources that have had
failures. In other words, the old --cleanup and new --refresh clean
resource history, forcing a re-probe, regardless of whether a resource
failed or not, whereas the new --cleanup will skip resources that
didn't have failures.
> > Also, is there a way to clear one specific item from the list, or
> > is clearing
> > all the only option?
>
> pcs failcount reset <resource id> [node]
With the low level tools, you can use -r / --resource and/or -N / --
node with crm_resource to limit the clean-up.
--
Ken Gaillot <kgaillot at redhat.com>
More information about the Users
mailing list