Parth Arora

Results 278 comments of Parth Arora

closing as this might not be needed, will reopen if there are more details

@thotz we do update osd topology(crush map) from node labels https://github.com/rook/rook/blob/b3b6775cf9b3ffdd88cd5a3f342ac4883a6a42ac/pkg/operator/ceph/cluster/osd/topology/topology.go#L50

@vadlakiran Ceph exporter was created to avoid performance problems at scale obtaining metrics in clusters with high number of daemons (mainly OSDs). https://github.com/rook/rook/blob/master/design/ceph/ceph-exporter.md

@vadlakiran here is the setting for it https://github.com/rook/rook/blob/master/deploy/examples/cluster.yaml#L87

@Madhu-1 we do have the `periodicity` https://github.com/rook/rook/blob/master/deploy/examples/cluster.yaml#L139 added to the log rotate, I think the above problem is for the case if the pod got re-scheduled to another node, so...

> is that used to delete the old logs as well after a certain time? yes that's correct, it deletes it in certain interval

>A Job that runs on a cron would be even more resource efficient, but Rook would have to create a Job per node, which would be harder to implement in...

`check.codegen check.crds` will be locally checking whether the crds are updated or not? Or it will replace current `crds and codegen ` make commands If you are choosing the first...

Yaa you can address them on separate PRs, But mine intention here is to have a common naming convention

Not able to enable nfs driver after enabled this https://github.com/rook/rook/blob/master/deploy/examples/operator.yaml#L37 Operator logs, ``` [rider@localhost examples]$ oc logs rook-ceph-operator-585577cf5c-4rm76 -nrook-ceph | grep nfs 2024-06-28 11:25:14.533869 I | ceph-nfs-controller: successfully started 2024-06-28...