Travis Nielsen

Results 479 comments of Travis Nielsen
trafficstars

What version of Rook exactly are you installing? It seems you have a mis-matched version of the CRDs compared to the values you are setting. Those settings that are not...

@achernya Did you create the object store with the [object-external.yaml](https://github.com/rook/rook/blob/master/deploy/examples/object-external.yaml) example? I suspect you create the object store with object.yaml, which is not for external cluster configuration. The failure looks...

My testing of this change also looks good on Openshift, no issues found in some basic cluster deployments. My understanding of net_raw is that ceph does not need it, but...

This does appear very similar to #15282. To be precise on the timeline for failure: - The daily Rook CI passed against `main` on Feb 13, 00:00 UTC - The...

@ELENAGER @nirs What type of OSDs are you creating? Are you creating the OSDs on raw devices or partitions? When I tried a repro in minikube with raw devices, the...

@aclamk Please take a look at this issue we're having with OSDs, failing to discover them after their provisioniong. @nirs In my test cluster I created [cluster-test.yaml](https://github.com/rook/rook/blob/master/deploy/examples/cluster-test.yaml) with only one...

@nirs Even if I update the cluster to use the network host provider, and `/data/rook` for the host path, it still succeeds in my minikube. Are you starting minikube with...

Ok, whether 1 or 3 it is the same since all the OSDs fail consistently, it just not clear what is difference for some envs that are failing.

@aclamk @guits What has changed in ceph main that would impact OSD detection by `ceph-volume raw list`? It seems to be a merge from around Feb 13 since that's when...

There is now a new issue preventing the mgr from starting. See #15509. This new issue preventing us from ever getting to OSD creation, so we are still blocked and...