From 927bf69c2babef4590be09434044120cdd5188c2 Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Wed, 7 Jun 2023 12:26:28 +0530 Subject: [PATCH] feat: add a new vtorc flag to toggle whether it can run ers Signed-off-by: Manan Gupta --- content/en/docs/18.0/reference/programs/vtorc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/18.0/reference/programs/vtorc.md b/content/en/docs/18.0/reference/programs/vtorc.md index 878240fe1..cd040a62e 100644 --- a/content/en/docs/18.0/reference/programs/vtorc.md +++ b/content/en/docs/18.0/reference/programs/vtorc.md @@ -28,6 +28,7 @@ The following command line options apply to VTOrc: | Name | Type | Definition | |:------------------------------------|:--------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| --allow-emergency-reparent | boolean | Whether VTOrc should be allowed to run emergency reparent operation when it detects a dead primary (default true) | | --alsologtostderr | boolean | log to standard error as well as files | | --audit-file-location | string | File location where the audit logs are to be stored | | --audit-purge-duration | duration | Duration for which audit logs are held before being purged. Should be in multiples of days (default 168h0m0s) |