-
Notifications
You must be signed in to change notification settings - Fork 545
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
helm: Allow templating of RBD striping parameters #4229
Conversation
5ce9e11
to
61021a1
Compare
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.28 |
/retest ci/centos/k8s-e2e-external-storage/1.27 |
/retest ci/centos/k8s-e2e-external-storage/1.28 |
/retest ci/centos/mini-e2e-helm/k8s-1.26 |
/retest ci/centos/mini-e2e-helm/k8s-1.27 |
/retest ci/centos/mini-e2e-helm/k8s-1.28 |
/retest ci/centos/mini-e2e/k8s-1.27 |
/retest ci/centos/upgrade-tests-cephfs |
@Mergifyio rebase |
Allow templating of stripeUnit, stripeCount and objectSize storageClass parameters in ceph-csi-rbd chart Signed-off-by: Kingsley Jarrett <kj@kingj.net>
✅ Branch has been successfully rebased |
61021a1
to
5e63f62
Compare
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
@Mergifyio rebase |
✅ Nothing to do for rebase action |
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e/k8s-1.27 |
/retest ci/centos/mini-e2e/k8s-1.26 |
unrelated failure:
|
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
Describe what this PR does
PR #3132 added support for specifying
stripeUnit
,stripeCount
andobjectSize
as storageClass parameters. However, these parameters were not added to storageClass templated by the Helm Chart at the time. A user who uses the Helm Chart to deployceph-csi-rbd
could therefore only set these parameters if they managed the storageClass separately.This PR therefore adds optional support for specifying
stripeUnit
,stripeCount
andobjectSize
as parameters to the storageClass templated by theceph-csi-rbd
Helm Chart.The descriptions for each option are taken from the "Available volume parameters" section of the RBD deployment docs, and extended slightly to reference the upstream Ceph documentation.
Is there anything that requires special attention
I've tried to keep the ordering of the new Helm Values similar to the ordering in the RBD deployment docs, however there are already a few inconsistencies. I'm happy to adjust the ordering if needed.
Checklist:
guidelines in the developer guide.
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!)