-
Notifications
You must be signed in to change notification settings - Fork 547
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
cephfs: Support mount option on nodeplugin #3233
Conversation
9cc6e3a
to
4eaa9b2
Compare
This might be useful, but it would be good to also have this for RBD so that the two have very similar features. Can you give your practical example in this PR, explain what options you would like to configure this way? |
876a57e
to
97026a2
Compare
Thanks for the update! Could you squash the 2nd commit in the 1st, please? Looks good to me otherwise 👍 |
97026a2
to
a06b9f5
Compare
@Mergifyio rebase |
add mount options on nodeplugin side Signed-off-by: takeaki-matsumoto <takeaki.matsumoto@linecorp.com>
✅ Branch has been successfully rebased |
a06b9f5
to
6454987
Compare
/retest ci/centos/upgrade-tests-rbd |
@Mergifyio requeue |
❌ This pull request head commit has not been previously disembarked from queue. |
/retest ci/centos/k8s-e2e-external-storage/1.22 |
/retest ci/centos/k8s-e2e-external-storage/1.21 |
/retest ci/centos/k8s-e2e-external-storage/1.23 |
@Mergifyio requeue |
❌ This pull request head commit has not been previously disembarked from queue. |
/retest ci/centos/mini-e2e/k8s-1.23 |
@Mergifyio requeue |
❌ This pull request head commit has not been previously disembarked from queue. |
Describe what this PR does
This PR adds supporting mount option on nodeplugin.
I know currently StorageClass or Volume can have same configuration.
But sometimes several options of them are almost same. so I feel adding same options on all storage class is a bit useless.
and also StorageClass can't be changed basically though mounting should be the responsibility of nodeplugin side.
So I believe this PR should be convenient also for other users.
my typical example option
recover_session=clean
Is there anything that requires special attention
no breaking changes
Related issues
None
Future concerns
None
Show available bot commands
These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:
/retest ci/centos/<job-name>
: retest the<job-name>
after unrelatedfailure (please report the failure too!)
/retest all
: run this in case the CentOS CI failed to start/report any testprogress or results