From 9b28c947f5acecb0efdfb27d148ad03c5bcaa8c0 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Thu, 22 Aug 2024 08:37:42 +0800 Subject: [PATCH] pd: Fix the default name of the configuration (#18653) (#18659) --- 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`