From 2469acf6ede50fe0f13f7f8e47d58779907a20eb Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Mon, 23 Oct 2023 10:04:49 -0400 Subject: [PATCH 1/2] Mention --all-cells on MoveTables/Reshard pages Signed-off-by: Matt Lord --- content/en/docs/19.0/reference/vreplication/movetables.md | 4 ++++ content/en/docs/19.0/reference/vreplication/reshard.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/content/en/docs/19.0/reference/vreplication/movetables.md b/content/en/docs/19.0/reference/vreplication/movetables.md index e0bd8ac32..4ac34730c 100644 --- a/content/en/docs/19.0/reference/vreplication/movetables.md +++ b/content/en/docs/19.0/reference/vreplication/movetables.md @@ -144,6 +144,10 @@ from a specific point of time Comma seperated list of Cell(s) and/or CellAlias(es) to replicate from. +{{< info >}} +You can alternatively specify `--all-cells` if you want to replicate from source tablets in any existing cell (the local cell of the target tablet will be preferred). +{{< /info >}} + ###### Uses diff --git a/content/en/docs/19.0/reference/vreplication/reshard.md b/content/en/docs/19.0/reference/vreplication/reshard.md index 9b4d7b5ee..4c5ab1f0a 100644 --- a/content/en/docs/19.0/reference/vreplication/reshard.md +++ b/content/en/docs/19.0/reference/vreplication/reshard.md @@ -128,6 +128,10 @@ from a specific point of time Comma seperated list of Cell(s) and/or CellAlias(es) to replicate from. +{{< info >}} +You can alternatively specify `--all-cells` if you want to replicate from source tablets in any existing cell (the local cell of the target tablet will be preferred). +{{< /info >}} + ###### Uses From c4e7371363b9304e55c66364a5fad4c90173a338 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Mon, 23 Oct 2023 10:13:53 -0400 Subject: [PATCH 2/2] Plan to backport for GA Signed-off-by: Matt Lord --- content/en/docs/18.0/reference/vreplication/movetables.md | 4 ++++ content/en/docs/18.0/reference/vreplication/reshard.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/content/en/docs/18.0/reference/vreplication/movetables.md b/content/en/docs/18.0/reference/vreplication/movetables.md index e0bd8ac32..4ac34730c 100644 --- a/content/en/docs/18.0/reference/vreplication/movetables.md +++ b/content/en/docs/18.0/reference/vreplication/movetables.md @@ -144,6 +144,10 @@ from a specific point of time Comma seperated list of Cell(s) and/or CellAlias(es) to replicate from. +{{< info >}} +You can alternatively specify `--all-cells` if you want to replicate from source tablets in any existing cell (the local cell of the target tablet will be preferred). +{{< /info >}} + ###### Uses diff --git a/content/en/docs/18.0/reference/vreplication/reshard.md b/content/en/docs/18.0/reference/vreplication/reshard.md index 9b4d7b5ee..4c5ab1f0a 100644 --- a/content/en/docs/18.0/reference/vreplication/reshard.md +++ b/content/en/docs/18.0/reference/vreplication/reshard.md @@ -128,6 +128,10 @@ from a specific point of time Comma seperated list of Cell(s) and/or CellAlias(es) to replicate from. +{{< info >}} +You can alternatively specify `--all-cells` if you want to replicate from source tablets in any existing cell (the local cell of the target tablet will be preferred). +{{< /info >}} + ###### Uses