Skip to content

(CAT-2014) Address GCP disk orphaning issue#376

Merged
david22swan merged 1 commit intomainfrom
CAT-2014-Address_GCP_disk_orphaning_issue
Mar 18, 2026
Merged

(CAT-2014) Address GCP disk orphaning issue#376
david22swan merged 1 commit intomainfrom
CAT-2014-Address_GCP_disk_orphaning_issue

Conversation

@LukasAud
Copy link
Copy Markdown
Contributor

@LukasAud LukasAud commented Mar 13, 2026

A few months ago, we noticed a problem with our GCP disk management. Every
few months, we would find orphaned disks with no clear owner. After some
recent log digging, we traced the problem back to this LVM and its CI
'after' suite logic. The logic seems to be fragile enough to fail to
properly clean up disks if the connection is momentarily lost, which seems
to happen at least once every two or three months.

This commit aims to make the system more robust against this issues by
implementing retry logic and proper error handling.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.

@LukasAud LukasAud requested review from a team and bastelfreak as code owners March 13, 2026 10:27
A few months ago, we noticed a problem with our GCP disk management. Every
few months, we would find orphaned disks with no clear owner. After some
recent log digging, we traced the problem back to this LVM and its CI
'after' suite logic. The logic seems to be fragile enough to fail to
properly clean up disks if the connection is momentarily lost, which seems
to happen at least once every two or three months.

This commit aims to make the system more robust against this issues by
implementing retry logic and proper error handling.
@LukasAud LukasAud force-pushed the CAT-2014-Address_GCP_disk_orphaning_issue branch from 83ce831 to 1cb7c3d Compare March 18, 2026 09:12
@david22swan david22swan merged commit 2b12921 into main Mar 18, 2026
14 checks passed
@david22swan david22swan deleted the CAT-2014-Address_GCP_disk_orphaning_issue branch March 18, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants