-
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
doc: adding empty storageClassName in static pvc #4010
Conversation
@subhamkrai you may want to change the prefix of commit heading to doc(no 's'), https://github.com/ceph/ceph-csi/blob/devel/.commitlintrc.yml#L36., else commitlint will fail. |
ba8c227
to
00cf094
Compare
commitlint failed
|
00cf094
to
0cbfebb
Compare
@Mergifyio rebase |
we need to add `storageClassName: ""` in static pvc yaml other we'll get error ``` Cannot bind to requested volume "fs-static-pv": storageClassName does not match ``` Signed-off-by: subhamkrai <srai@redhat.com>
✅ Branch has been successfully rebased |
0cbfebb
to
c9ce8ef
Compare
/test ci/centos/k8s-e2e-external-storage/1.25 |
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.25 |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e/k8s-1.25 |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/upgrade-tests-rbd |
we need to add `storageClassName: ""` in cephfs static pvc similar what was done for rbd static pvc in ceph#4010. Signed-off-by: Rakshith R <rar@redhat.com>
we need to add `storageClassName: ""` in cephfs static pvc similar what was done for rbd static pvc in #4010. Signed-off-by: Rakshith R <rar@redhat.com>
we need to add `storageClassName: ""` in cephfs static pvc similar what was done for rbd static pvc in ceph#4010. Signed-off-by: Rakshith R <rar@redhat.com>
Describe what this PR does
we need to add
storageClassName: ""
in static pvc yaml other we'll get errorIs there anything that requires special attention
Do you have any questions?
Is the change backward compatible?
Are there concerns around backward compatibility?
Provide any external context for the change, if any.
For example:
Kubernetes links that explain why the change is required
https://kubernetes.io/docs/concepts/storage/persistent-volumes/#class-1
CSI spec related changes/catch-up that necessitates this patch
golang related practices that necessitates this change
Related issues
Mention any github issues relevant to this PR. Adding below line
will help to auto close the issue once the PR is merged.
Fixes: #issue_number
Future concerns
List items that are not part of the PR and do not impact it's
functionality, but are work items that can be taken up subsequently.
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!)