Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csi: prevent panic on volume delete #18234

Merged
merged 2 commits into from
Aug 17, 2023
Merged

csi: prevent panic on volume delete #18234

merged 2 commits into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. csi: prevent panic on volume delete

    When a CSI volume is deleted when its plugin is not running, the
    function `volAndPluginLookup` returns a `nil` plugin value resulting a
    panic in the request handler.
    lgfa29 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f65fc0e View commit details
    Browse the repository at this point in the history
  2. changelog: add entry for #18234

    lgfa29 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a95ceca View commit details
    Browse the repository at this point in the history