Travis Nielsen
Travis Nielsen
I'm setting aside time in the next weeks to drill into this prototyping. The prototype in #15253 was interesting, but it's nagging me how difficult it will be to have...
Nice timing on the question, I was actually starting to investigate that more today... There are a few places it looks like we would need to fix to allow for...
The `cephObjectStores` is a list of multiple object stores. Multiple object stores can be created via this list, where each object store can be created with different replicated or EC...
> But will those object stores share the same RGW instances? No, each object store will have separate pools and rgw instances
@thotz Thoughts on how to get this working with Rook?
Looks like the [rgw pool consolidation with rados namespaces](https://docs.ceph.com/en/quincy/radosgw/pools/#pool-namespaces) has been around since luminous, so it seems a natural fit to use that approach to share pools and keep object...
@raaizik See the [dev guide](https://rook.io/docs/rook/latest-release/Contributing/development-flow/#self-assign-issue) for the keyword to self assign, thanks for picking it up!
> Is it possible to reference the CephFilesystemSubVolumeGroup in the StorageClass by name instead of waiting subvolumegroup to be created and then manually setting it in clusterID ? No, the...
> [@travisn](https://github.com/travisn) How about providing an option to specify the clusterID in the spec field so that the admin will get the expected result and they dont need to wait...
> Thanks a lot! I'm trying to upgrade my rook version, and found that everytime I upgrade my operator, the whole ceph cluster will also upgrade(including mon, osd...). Why the...