Closed tesshuflower closed 2 months ago
/retest
/cc @JohnStrunk
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.5% Duplication on New Code
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: JohnStrunk, tesshuflower
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Attention: Patch coverage is 94.11765%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 67.5%. Comparing base (
e693289
) to head (affccc3
). Report is 14 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
controllers/mover/restic/mover.go | 80.0% | 1 Missing :warning: |
Describe what this PR does
cleanupTempDestinationPVC
forReplicationDestinations
to allow deleting the temp/dynamically provisioned destination PVC at the end of a sync. Available for all movers (except syncthing which has no ReplicationDestination).restic
only)cleanupCachePVC
forReplicationDestinations
to allow deleting the cache PVC at the end of a sync.Is there anything that requires special attention?
cleanupTempDestinationPVC
....I left "Temp" in the name to try to indicate that if you setdestinationPVC
then this would not be cleaned up. ConsideredcleanupDynamicDestinationPVC
but seems long.Related issues: Fixes: https://github.com/backube/volsync/issues/1158