Skip to content

Commit

Permalink
feat: tendbHa数据恢复流程加入权限恢复节点 TencentBlueKing#7860
Browse files Browse the repository at this point in the history
  • Loading branch information
zfrendo committed Nov 12, 2024
1 parent 26b269d commit cb751bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def priv_recover_sub_flow(root_id: str, ticket_data: dict, cluster_info: dict, i
@param cluster_info: 关联的cluster对象
@param ips: 实例ip
"""
cluster_model = Cluster.objects.get(cluster_info["cluster_id"])
cluster_model = Cluster.objects.get(id=cluster_info["cluster_id"])
sub_pipeline = SubBuilder(root_id=root_id, data=ticket_data)
# 查询备份
rollback_time = datetime.now(timezone.utc)
Expand Down

0 comments on commit cb751bf

Please sign in to comment.