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

[Bug Fix] AttachVolume error where volume region is empty #301

Merged
merged 5 commits into from
Nov 12, 2024

Commits on Nov 6, 2024

  1. bug fix: volumeContext[VolumeTopologyRegion] was not a reliable sourc…

    …e to get volumes region. Switching to just use volume obj returned by API to validate is a better and more robust approach
    komer3 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e393a03 View commit details
    Browse the repository at this point in the history
  2. lint fix

    komer3 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ad22cca View commit details
    Browse the repository at this point in the history
  3. lint fix

    komer3 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8ebc3bd View commit details
    Browse the repository at this point in the history
  4. fix test case

    komer3 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    42a5b1d View commit details
    Browse the repository at this point in the history
  5. update testcase

    komer3 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b40379a View commit details
    Browse the repository at this point in the history