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

Deprecates volume plugin’s ability to declare offline/online expansion capability #429

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 15, 2020

  1. Support online and offline expansion without requiring them to be dec…

    …lared in plugin capabilities.
    
    Ability for a plugin to delcare online and offline controller expansion
    capabilities via GetPluginCapabilities is deprecated. A plugin may
    support either mode of operation without having to declare them
    in GetPluginCapabilities call.
    
    If a plugin can not support controller expansion of published volume
    it may return Volume-in-use error and CO should ensure that volume is
    not published before retrying with exponential backoff.
    gnufied committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    4b1c7a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    226ec73 View commit details
    Browse the repository at this point in the history