Skip to content

Commit 7577836

Browse files
committed
Fix(deploy): sync version 2 tool include snapshotclone addr
Signed-off-by: caoxianfei1 <[email protected]>
1 parent 29b1193 commit 7577836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/configure/topology/variables.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ var (
118118
{name: "cluster_mds_dummy_addr"},
119119
{name: "cluster_mds_dummy_port"},
120120
{name: "cluster_chunkserver_addr", kind: []string{KIND_CURVEBS}},
121-
{name: "cluster_snapshotclone_addr", kind: []string{KIND_CURVEBS}},
121+
{name: "cluster_snapshotclone_addr"},
122122
{name: "cluster_snapshotclone_proxy_addr", kind: []string{KIND_CURVEBS}},
123-
{name: "cluster_snapshotclone_dummy_port", kind: []string{KIND_CURVEBS}},
123+
{name: "cluster_snapshotclone_dummy_port"},
124124
{name: "cluster_snapshotclone_nginx_upstream", kind: []string{KIND_CURVEBS}},
125125
{name: "cluster_snapshot_addr"}, // tools-v2: compatible with some old version image
126126
{name: "cluster_snapshot_dummy_addr"}, // tools-v2

0 commit comments

Comments
 (0)