Travis Nielsen
Travis Nielsen
On a related note, we have a two step CRUSH rule for stretch clusters as seen [here](https://github.com/rook/rook/blob/fcf634e3b7808e4338e7fd261c047aae4793e99b/pkg/daemon/ceph/client/crush_rule.go#L94-L124). Perhaps we could implement the `subFailureDomain` under the `erasureCoded` pool element in a...
@zhucan Can you describe more your scenario? Is it only for erasure coding? The link in the original feature request is not working, would be helpful if you also know...
Ok we already have the [subFailureDomain](https://rook.github.io/docs/rook/v1.8/ceph-pool-crd.html#pool-settings) setting on the pool. So in the case of a stretch cluster, you might set: ```yaml failureDomain: zone replicated: size: 4 replicasPerFailureDomain: 2 subFailureDomain:...
@zhucan I believe the combination of [node topology labels](https://rook.github.io/docs/rook/v1.8/ceph-cluster-crd.html#osd-topology) and device classes for the OSDs will already solve your desire to create volumes/pools on particular OSDs by setting the [pool...
> @leseb I known, Is it needed to create the deviceClass manually? Based on the previous response with link to documentation were you able to get the device classes working?
Reopening for discussion on subFailureDomain applying also to the EC pools. Since the property already under the `replicated`, it seems best if we also add it under `erasureCoded` so we...
@Antiarchitect @onedr0p 1. You are just using the csi version deployed by default with Rook, right? In v1.9.x this default is currently csi [v3.6.2](https://github.com/rook/rook/blob/release-1.9/pkg/operator/ceph/csi/spec.go#L126), and in v1.8.x this default would...
@thotz This is with the latest rook master and Ceph 16.2.7.
@thotz What is your environment? This is in a fresh minikube with the hyperkit driver. I should have attached the mgr logs before, looks like there is an exception being...
@thotz Yes makes sense, thanks for taking a look. @jmolmo Could you point us in the right direction for this dashboard integration for object store? In the minikube cluster the...