Skip to content

Commit

Permalink
feat(mongodb): mongos自愈,mongo实例下架 TencentBlueKing#7010
Browse files Browse the repository at this point in the history
  • Loading branch information
yyhenryyy committed Oct 17, 2024
1 parent f2d8828 commit fa40597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbm-ui/backend/db_services/redis/autofix/bill.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def generate_autofix_ticket(fault_clusters: QuerySet):
"spec_id": fault_obj.spec_id,
"bk_sub_zone": fault_obj.bk_sub_zone,
"bk_sub_zone_id": fault_obj.bk_sub_zone_id,
"city": fault_obj.bk_city.logical_city,
"city": fault_obj.bk_city.logical_city.name,
"instance_type": fault_machine["instance_type"],
"spec_config": fault_obj.spec_config,
"cluster_type": cluster.cluster_type,
Expand Down

0 comments on commit fa40597

Please sign in to comment.