From 1ea8154e6b5d8fad34482637e845aa3bc791f1ee Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Thu, 22 Aug 2024 08:37:43 +0800 Subject: [PATCH] pd: Fix the default name of the configuration (#18653) (#18658) --- command-line-flags-for-pd-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command-line-flags-for-pd-configuration.md b/command-line-flags-for-pd-configuration.md index d4f5770525fc5..d3a8cb62d460b 100644 --- a/command-line-flags-for-pd-configuration.md +++ b/command-line-flags-for-pd-configuration.md @@ -82,7 +82,7 @@ PD is configurable using command-line flags and environment variables. ## `--name` - The human-readable unique name for this PD member -- Default: `"pd"` +- Default: `"pd-${hostname}"` - If you want to start multiply PDs, you must use different name for each one. ## `--cacert`