Travis Nielsen
Travis Nielsen
@jhoblitt Thanks for the reminder. What about this? Seems like the following should be sufficient: - In the CephObjectStore CR add a new property such as `enableLDAP: true` - The...
@thotz could you take a look?
Since the code changes are small and testing may be the more challenging part, you could also open the PR before testing is complete and ask the community to help...
@LouNauSRC PR #8750 needs to be updated and needs more testing. Before we spend more time on it, could you confirm if you are still interested in this feature and...
@thotz How about if you resolve the merge conflicts in #8750 then push an image to dockerhub that can be tested? Thanks
@jomeier do you have more details on what settings would be needed to implement striping? Some of the settings have defaults that currently should be working in Rook. If a...
It sounds like what's missing is the CSI driver would need to pick up the ceph.conf overrides to apply the settings during the rbd create. @Madhu-1 let's look at what...
@Madhu-1 As mentioned in [this comment](https://github.com/rook/rook/issues/1960#issuecomment-456146217), can the csi driver create the rbd images with the parameters stripe-count and stipe-unit? If not, how about an issue be opened in the...
Thanks for the input, I'm understanding the following should work, we just need to validate: 1. Set the config either from the toolbox, or the ceph config overrides such as:...
@idryomov Got it, so the support through the storage class would just require an update from the csi driver with https://github.com/ceph/ceph-csi/issues/3124.