From e2b303fae44b715e8f5229d1f2491e949b6183b1 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:05:23 +0800 Subject: [PATCH] Update configure-placement-rules.md (#2875) Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com> --- configure-placement-rules.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure-placement-rules.md b/configure-placement-rules.md index b12eb71d013eb..060a9627b7df9 100644 --- a/configure-placement-rules.md +++ b/configure-placement-rules.md @@ -90,6 +90,10 @@ pd-ctl config placement-rules enable PD also generates default rules based on the `max-replicas` and `location-labels` configurations. +> **Note:** +> +> After enabling Placement Rules, the previously configured `max-replicas` and `location-labels` no longer take effect. To adjust the replica policy, use the interface related to Placement Rules. + ### Disable Placement Rules You can use pd-ctl to disable the Placement Rules feature and switch to the previous scheduling strategy.