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 for corrupted PV when statefulset is restarted and pv is moved between nodes #226

Merged
merged 4 commits into from
Sep 11, 2024

Commits on Sep 10, 2024

  1. fix: updating the way we get the mount source and close that luks the…

    … volume. Previous implementation was unable to find it causing corruption when the encrypted PV was moved between nodes.
    Khaja Omer committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    aae6f95 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    475c837 View commit details
    Browse the repository at this point in the history
  2. Fix volume ID in NodeUnstage and NodeUnpublish tests; add closeLuksMo…

    …untSource test cases
    
    - Updated volume ID from "test" to "3232-pvc1234" in NodeUnstageVolumeRequest and NodeUnpublishVolumeRequest tests.
    - Added comprehensive test cases for closeLuksMountSource, covering success and error scenarios.
    Khaja Omer committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    83184dc View commit details
    Browse the repository at this point in the history
  3. Potential fix for elevated tests

    Khaja Omer committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2f33ed3 View commit details
    Browse the repository at this point in the history