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

bugfix: fix csi plugin concurrency issue on FuseRecovery and NodeUnpublishVolume #3448

Commits on Sep 11, 2023

  1. Add comments for NodeUnpublishVolume

    Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
    TrafalgarZZZ committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2a6be15 View commit details
    Browse the repository at this point in the history
  2. Refactor NodeUnpublishVolume code

    Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
    TrafalgarZZZ committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9f717bf View commit details
    Browse the repository at this point in the history
  3. FuseRecovery uses volume locks to avoid race conditions

    Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
    TrafalgarZZZ committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8b4a561 View commit details
    Browse the repository at this point in the history
  4. Refactor node server with codes.Internal error code

    Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
    TrafalgarZZZ committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a82040a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Rename CSI Config to RunningContext

    Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
    TrafalgarZZZ committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fd7a333 View commit details
    Browse the repository at this point in the history
  2. Fix github actions checks

    Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
    TrafalgarZZZ committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4ef6903 View commit details
    Browse the repository at this point in the history
  3. Fix lock release

    Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
    TrafalgarZZZ committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8c808f1 View commit details
    Browse the repository at this point in the history
  4. Refactor recover logic

    Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
    TrafalgarZZZ committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c143674 View commit details
    Browse the repository at this point in the history