-
Notifications
You must be signed in to change notification settings - Fork 54
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
STOR-2126: Enable readOnlyFileSystem #229
base: main
Are you sure you want to change the base?
Conversation
@dfajmon: This pull request references STOR-2126 which is a valid jira issue. In 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. |
86a2d6d
to
2d16c80
Compare
/retest |
1 similar comment
/retest |
@dfajmon: This pull request references STOR-2126 which is a valid jira issue. In 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. |
/lgtm |
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dfajmon, jsafrane The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
2d16c80
to
e815eb1
Compare
New changes are detected. LGTM label has been removed. |
/retest-required |
Payload: 4.19.0-0.test-2025-03-25-131548-ci-ln-35vzyxt-latest // OCP-80702 [CSI-Driver-Operator] Check the deployments have parameter readOnlyRootFilesystem set to true and are up and running. oc get deployment/csi-snapshot-controller-operator -n openshift-cluster-storage-operator -o yaml // OCP-80704 [CSI-Driver-Operator] Check the mount permissions should be set to "ro" // OCP-80705 [CSI-Driver-Operator] Write data inside root volume should fail as Read-only file system. // Regression Run |
e815eb1
to
9055a17
Compare
/retest-required |
@dfajmon: The following test failed, say
Full PR test history. Your PR dashboard. 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Enable readOnlyFileSystem in the operator for security concerns.
Recommended for all containers running in kubernetes.