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

Refactor re-use Access Point #1233

Merged

Commits on Jul 6, 2024

  1. Refactor re-use Access Point

    When reuse access point flag is set to true, there is no point
    in doing a lot of work that is aimed at preparing the options for
    the createAccessPoint call (e.g. allocating a GID). We can save
    quite some time and quite some API calls if the AP with the same
    clientToken is found. The check for the AP existence has been moved
    from the CreateAccessPoint function one level up. The controller
    in this case checks if there is an access point with such client
    token, if so, it proceeds to return a CreateVolumeResponse. If it
    is not found, then it follows the usual flow.
    otorreno committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    58c8272 View commit details
    Browse the repository at this point in the history