-
Notifications
You must be signed in to change notification settings - Fork 32
csi: enable fencing in OperatorConfig.DriverSpecDefault #503
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
base: main
Are you sure you want to change the base?
Conversation
Ceph-CSI introduced a new flag 'enable-fencing' disabled-by-default. When enabled driver can set the client address per node in the volume metadata during NodeStageVolume operation, and fence the node in ControllerUnpublishVolume. Auto Unfence will occur in CSIAddonsNode GetFenceClient request. Signed-off-by: Rakshith R <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Rakshith-R The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@Rakshith-R: This pull request references RHSTOR-7645 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "odf-4.20" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@Rakshith-R: This pull request references RHSTOR-7645 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "odf-4.20" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@Rakshith-R: No Jira issue is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/DNM |
|
/hold |
|
/un-hold |
|
/unhold |
|
/hold until the CSI PR is merged |
Ceph-CSI introduced a new flag 'enable-fencing' disabled-by-default. When enabled driver can set the client address per node in the volume metadata during NodeStageVolume operation, and fence the node in ControllerUnpublishVolume.
Auto Unfence will occur in CSIAddonsNode GetFenceClient request.
Depends-on: https://github.com/ceph/ceph-csi/pull/5828
Refer: https://issues.redhat.com/browse/RHSTOR-7645
Previous attempt to
enable: #442
and then disabled in #493