Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs autogen
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
shlomi-noach committed Jul 31, 2023
1 parent 5d1bf83 commit 7b54e43
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ vtctldclient EmergencyReparentShard <keyspace/shard>
-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)
```

Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ vtctldclient UpdateThrottlerConfig [--enable|--disable] [--threshold=<float64>]
--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

0 comments on commit 7b54e43

Please sign in to comment.