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: fix prefix queries for plugin status #12194

Merged
merged 1 commit into from
Mar 4, 2022
Merged

Commits on Mar 4, 2022

  1. csi: fix prefix queries for plugin list RPC

    The `CSIPlugin.List` RPC was intended to accept a prefix to filter the
    list of plugins being listed. This was being accidentally being done
    in the state store instead, which contributed to incorrect filtering
    behavior for plugins in the `volume plugin status` command.
    
    Move the prefix matching into the RPC so that it calls the
    prefix-matching method in the state store if we're looking for a
    prefix.
    
    Update the `plugin status command` to accept a prefix for the plugin
    ID argument so that it matches the expected behavior of other commands.
    tgross committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    892397e View commit details
    Browse the repository at this point in the history