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

csi: remove cephFs networkFence code temporarily #13806

Merged
merged 3 commits into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. build: update csi-addons to v0.8.0

    update go.mod to use csi-addons version v0.8.0.
    
    Signed-off-by: subhamkrai <srai@redhat.com>
    subhamkrai committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c3f4be4 View commit details
    Browse the repository at this point in the history
  2. csi: check networkFence status before deleting

    earlier, we were only checking the specs of networkFence to see if
    unfencing is done before proceeding with deletion but we should also
    check the status of networkFence before proceeding with deletion.
    
    Signed-off-by: subhamkrai <srai@redhat.com>
    (cherry picked from commit 0ace7cf)
    subhamkrai committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5a15f6a View commit details
    Browse the repository at this point in the history
  3. csi: remove cephFs networkFence code temporarily

    cephFs fencing needs more testing and bug fixes to make
    it in production. We tried multiple fixes but still it need
    more work. So, removing the cephfs networkFence realted code
    will rever this commit when we start working on this again.
    
    Signed-off-by: subhamkrai <srai@redhat.com>
    (cherry picked from commit bd4250f)
    subhamkrai committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    28182e9 View commit details
    Browse the repository at this point in the history