From 7b54e43ff163649934cb572b62f29c939ce65ff7 Mon Sep 17 00:00:00 2001 From: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:17:43 +0300 Subject: [PATCH] docs autogen Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> --- .../vtctldclient/vtctldclient_EmergencyReparentShard.md | 1 + .../programs/vtctldclient/vtctldclient_UpdateThrottlerConfig.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/18.0/reference/programs/vtctldclient/vtctldclient_EmergencyReparentShard.md b/content/en/docs/18.0/reference/programs/vtctldclient/vtctldclient_EmergencyReparentShard.md index b5e5c2f6c..1d3c043b3 100644 --- a/content/en/docs/18.0/reference/programs/vtctldclient/vtctldclient_EmergencyReparentShard.md +++ b/content/en/docs/18.0/reference/programs/vtctldclient/vtctldclient_EmergencyReparentShard.md @@ -17,6 +17,7 @@ vtctldclient EmergencyReparentShard -i, --ignore-replicas strings Comma-separated, repeated list of replica tablet aliases to ignore during the emergency reparent. --new-primary string Alias of a tablet that should be the new primary. If not specified, the vtctld will select the best candidate to promote. --prevent-cross-cell-promotion Only promotes a new primary from the same cell as the previous primary. + --wait-for-all-tablets Should ERS wait for all the tablets to respond. Useful when all the tablets are reachable. --wait-replicas-timeout duration Time to wait for replicas to catch up in reparenting. (default 15s) ``` diff --git a/content/en/docs/18.0/reference/programs/vtctldclient/vtctldclient_UpdateThrottlerConfig.md b/content/en/docs/18.0/reference/programs/vtctldclient/vtctldclient_UpdateThrottlerConfig.md index 9c56e516c..1a973387c 100644 --- a/content/en/docs/18.0/reference/programs/vtctldclient/vtctldclient_UpdateThrottlerConfig.md +++ b/content/en/docs/18.0/reference/programs/vtctldclient/vtctldclient_UpdateThrottlerConfig.md @@ -23,7 +23,7 @@ vtctldclient UpdateThrottlerConfig [--enable|--disable] [--threshold=] --throttle-app string an app name to throttle --throttle-app-duration duration duration after which throttled app rule expires (app specififed in --throttled-app) (default 1h0m0s) --throttle-app-ratio float ratio to throttle app (app specififed in --throttled-app) (default 1) - --unthrottle-app string expire any throttling rule for the given app + --unthrottle-app string an app name to unthrottle ``` ### Options inherited from parent commands