Travis Nielsen

Results 477 comments of Travis Nielsen
trafficstars

> Note:- this field is immutable and cannot be changed after creation. If someone is using other bindingMode than Immediate then need to take care of setting the right value....

I could see this working with a new env var in the [rook-ceph-operator-config](https://github.com/rook/rook/blob/master/deploy/examples/operator.yaml#L18) configmap, to indicate the image pull policy to be applied to the csi driver and all the...

@samos667 Do the OSD pod specs have an init container that expands the size of the OSD? The command of the container would be `ceph-bluestore-tool` and an arg: `bluefs-bdev-expand`. If...

Could you share the osd-prepare log that shows where osd-2 was created? Is there an osd-2 pod? Or just the down osd according to ceph? Not sure it's related, but...

> there is no osd-2 pod, just a osd.2 with down status. I don't see any indication in the osd prepare logs of osd.2 either. If you can't repro, I'd...

> For the commit message, let's just have a "docs:" prefix, something like this: > > ``` > docs: explain specific nixos configurations > ``` Just one more nit on...

The CI is still failing with this: ``` + kubectl -n rook-ceph-secondary deploy/rook-ceph-tools -t -- ceph fs snapshot mirror enable myfs Error: flags cannot be placed before plugin name: -n...

Wow, you've had a lot of mon failures if your mon IDs are up to eq, ev, and ew. This typically indicates a configuration issue with the network, try checking...

> @travisn problem with the liveness probe option is that it just silents the mon pods as opposed to resolving the problem. Yes, changing the liveness probe is just a...