-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: delete resources pending deletion when the store is online
When the persistent store (etcd) is not online, we may not be able to delete resources. They remain in the deleting state. Mimic the volume dirty spec reconciler for other resources and simply delete them if the creation was not successful. Destroy resources in the deleting state from their garbage collection reconciler. Resolves: CAS-1300 (cherry picked from commit 1c156bc) # Conflicts: # control-plane/agents/core/src/core/reconciler/nexus/garbage_collector.rs # control-plane/agents/core/src/core/reconciler/replica/mod.rs # control-plane/agents/core/src/pool/specs.rs
- Loading branch information
1 parent
eb3866f
commit bb7ad2f
Showing
10 changed files
with
370 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.