From 7759d838808a689db23617ded08061dca9556b96 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Thu, 22 Aug 2024 08:31:43 +0800 Subject: [PATCH] pd: Fix the default name of the configuration (#18402) (#18407) --- 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 700677f147d9..ecb75805d7d0 100644 --- a/command-line-flags-for-pd-configuration.md +++ b/command-line-flags-for-pd-configuration.md @@ -78,7 +78,7 @@ PD 可以通过命令行参数或环境变量配置。 ## `--name` + 当前 PD 的名字。 -+ 默认:"pd" ++ 默认:"pd-${hostname}" + 如果你需要启动多个 PD,一定要给 PD 使用不同的名字 ## `--cacert`