api: add radosNamespace field to CephFsConfigSpec#165
Merged
Conversation
3826f7a to
0cc6218
Compare
leelavg
reviewed
Nov 4, 2024
4933281 to
0154232
Compare
nb-ohad
requested changes
Nov 6, 2024
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions. |
Member
nb-ohad
requested changes
Mar 6, 2025
45a1211 to
58e0ea7
Compare
nb-ohad
requested changes
Mar 13, 2025
vendor/github.com/ceph/ceph-csi-operator/api/v1alpha1/clientprofile_types.go
Outdated
Show resolved
Hide resolved
2ab06a4 to
3c76f5a
Compare
Madhu-1
previously approved these changes
Mar 14, 2025
nb-ohad
requested changes
Mar 17, 2025
3c76f5a to
2b2587f
Compare
d74d3ab to
fad4556
Compare
fad4556 to
a75f66a
Compare
Ceph-CSI now supports storing CephFS OMAP data in a specified namespace defined in CephFS.radosNamespace field in ceph-csi-config ConfigMap. ref: ceph/ceph-csi#4661. This commit introduces the same by adding the radosNamespace field to the ClientProfile.ClientProfileSpec.CephFsConfigSpec API. Signed-off-by: Praveen M <m.praveen@ibm.com>
a75f66a to
4e21488
Compare
nb-ohad
requested changes
Mar 19, 2025
Signed-off-by: Praveen M <m.praveen@ibm.com>
Signed-off-by: Praveen M <m.praveen@ibm.com>
Signed-off-by: Praveen M <m.praveen@ibm.com>
4e21488 to
868472c
Compare
nb-ohad
approved these changes
Mar 19, 2025
iPraveenParihar
pushed a commit
to iPraveenParihar/ceph-csi-operator
that referenced
this pull request
Jan 7, 2026
Syncing latest changes from main for ceph-csi-operator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe what this PR does
Ceph-CSI now supports storing CephFS OMAP data in a
specified namespace defined in CephFS.radosNamespace
field in ceph-csi-config ConfigMap.
ref: ceph/ceph-csi#4661.
This commit introduces the same by adding the radosNamespace field
to the ClientProfile.ClientProfileSpec.CephFsConfigSpec API.
Checklist: