lbcli scan etcd-corruption

AI Tools

Triggers an etcd data-corruption check.

Synopsis

Triggers an etcd data-corruption check.

Runs the etcd data-corruption check now instead of waiting for the periodic check.

The check is asynchronous: the command returns once the request is accepted, and the result is reported through the cluster events (EtcdDataCorruptionDetected / EtcdDataCorruptionResolved) and the etcd data-corruption metric.

This emits one of two cluster events; e.g.:

  • Critical   EtcdDataCorruptionDetected   EtcdCrossMemberDataMismatch     Cluster   # etcd members disagree (corruption found).

  • Info       EtcdDataCorruptionResolved   EtcdCrossMemberDataConsistent   Cluster   # a later check found them in agreement (cleared).

lbcli scan etcd-corruption [flags]

Examples:

# Trigger an etcd data-corruption check now, without waiting for the periodic check. lbcli -J $JWT scan etcd-corruption

Flag

Short

Type

Default

Description

--help

-h

bool


Help for etcd-corruption.