Skip to content

Commit

Permalink
feat(mongodb): 增加原子任务,cluster安装flow TencentBlueKing#3018
Browse files Browse the repository at this point in the history
  • Loading branch information
yyhenryyy committed Jan 12, 2024
2 parents 257acd1 + 40dda8f commit 669652e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbm-ui/backend/flow/utils/mongodb/mongodb_dataclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ def get_add_relationship_to_meta_kwargs(self, replicaset_info: dict) -> dict:
{"ip": node["ip"], "port": self.payload["config"]["port"], "role": instance_role[index]}
)
info["configs"].append(config)

# shard
info["storages"] = []
for shard in self.payload["shards"]:
Expand Down

0 comments on commit 669652e

Please sign in to comment.