Skip to content

Commit

Permalink
pd: Fix the default name of the configuration (#18653) (#18659)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 22, 2024
1 parent 8e7133c commit 9b28c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command-line-flags-for-pd-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 9b28c94

Please sign in to comment.