csi-addons / volume-replication-operator

Apache License 2.0
16 stars 23 forks source link

On delete, ignore PVC missing errors #92

Closed ShyamsundarR closed 3 years ago

ShyamsundarR commented 3 years ago

If a VolRep CR is deleted, and the referenced PVC is missing, ignore the errors and finalize the VR (IOW allow deletion).

The issue being, when objects are deleted in parallel, it may so happen that the VR is deleted last, and this does not garbage collect the VR due to the finalizer. The only way out of this is to remove the finalizer on the resource.

Madhu-1 commented 3 years ago

Dup of https://github.com/csi-addons/volume-replication-operator/issues/38?

ShyamsundarR commented 3 years ago

Dup of #38?

Do not mind closing this one, close enough a duplicate.