Skip to content

Commit

Permalink
Backport fix for panic when source PVC does not exist
Browse files Browse the repository at this point in the history
Cherry-pick kubernetes-csi#381.
Fixed crash of snapshot-controller when source PVC of a snapshot to
take does not exist.
  • Loading branch information
xing-yang committed Oct 31, 2020
1 parent a0a8d7c commit 586045c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG/CHANGELOG-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

- Cherry-pick from https://github.com/kubernetes-csi/external-snapshotter/pull/413. Bug fix to allow creation of snapshot content if pvc finalizer exists, even if pvc is marked for deletion. ([#414](https://github.com/kubernetes-csi/external-snapshotter/pull/414), [@RaunakShah](https://github.com/RaunakShah))

- Cherry-pick from https://github.com/kubernetes-csi/external-snapshotter/pull/381. Fixed crash of snapshot-controller when source PVC of a snapshot to take does not exist. ([#415](https://github.com/kubernetes-csi/external-snapshotter/pull/415), [@jsafrane](https://github.com/jsafrane))

## Dependencies

### Added
Expand Down

0 comments on commit 586045c

Please sign in to comment.