-
Notifications
You must be signed in to change notification settings - Fork 159
pdcsi rox workflow fix #869
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
Conversation
Hi @leiyiz. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
/ok-to-test |
/approved |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leiyiz, mattcary 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 |
… driver for when readonly is on
/hold |
actually it's not issue with filesystem not there, mounter is not trying to setup a new filesystem. the mount failed at mount step with |
/hold cancel |
Can you enumerate what overlays we use in upstream testing (both presubmit & periodic) & internally? I'm wondering if we want to change stable-master now, or wait until this bakes, but I forget which test jobs use which overlay. |
Internally most prow tests are using Upstream postsubmits are using |
/lgtm Okay. Let's let this run through the postsubmits using |
migration testgrid is red but the driver latest grid looks green with csi-provisioner v3.0.0 picked up. |
turn on controller-publish-readonly flag and add validation in pd-csi driver for when readonly is on
if mounting a read-only ext3 or ext4 disk, use
noload
to prevent mount failure caused by journal replayWhat type of PR is this?
/kind feature
What this PR does / why we need it:
when ROX accessMode is specified, csi.Readonly is currently not set. this PR fix that, and at the same time validate that a content source is set when readonly modes are specified at provision time.
Which issue(s) this PR fixes:
Fixes #872
Special notes for your reviewer:
Does this PR introduce a user-facing change?: