Fix duplicate [ceph] tag in ticket titles
Remove [ceph] marker from issue text since _categorize_issue already adds it as the issue_tag. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1555,6 +1555,8 @@ class SystemHealthMonitor:
|
||||
clean_issue = issue
|
||||
if is_cluster_wide:
|
||||
clean_issue = clean_issue.replace('[cluster-wide] ', '').replace('[cluster-wide]', '')
|
||||
# Remove [ceph] marker since _categorize_issue adds it as issue_tag
|
||||
clean_issue = clean_issue.replace('[ceph] ', '').replace('[ceph]', '')
|
||||
|
||||
# Extract drive capacity if this is a drive-related issue
|
||||
drive_size = ""
|
||||
|
||||
Reference in New Issue
Block a user