Skip to content

Commit

Permalink
Fix(deploy): sync version 2 tool include snapshotclone addr
Browse files Browse the repository at this point in the history
Signed-off-by: caoxianfei1 <[email protected]>
  • Loading branch information
caoxianfei1 committed Dec 26, 2023
1 parent 29b1193 commit 7577836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/configure/topology/variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ var (
{name: "cluster_mds_dummy_addr"},
{name: "cluster_mds_dummy_port"},
{name: "cluster_chunkserver_addr", kind: []string{KIND_CURVEBS}},
{name: "cluster_snapshotclone_addr", kind: []string{KIND_CURVEBS}},
{name: "cluster_snapshotclone_addr"},
{name: "cluster_snapshotclone_proxy_addr", kind: []string{KIND_CURVEBS}},
{name: "cluster_snapshotclone_dummy_port", kind: []string{KIND_CURVEBS}},
{name: "cluster_snapshotclone_dummy_port"},
{name: "cluster_snapshotclone_nginx_upstream", kind: []string{KIND_CURVEBS}},
{name: "cluster_snapshot_addr"}, // tools-v2: compatible with some old version image
{name: "cluster_snapshot_dummy_addr"}, // tools-v2
Expand Down

0 comments on commit 7577836

Please sign in to comment.