Parth Arora
Parth Arora
**Is this a bug report or feature request?** * Bug Report Used common-secondary file, and deployed the ceph cluster. Mon replicaset was buggy with below errors **Deviation from expected behavior:**...
**Is this a bug report or feature request?** * Bug Report If there is an update in the external configuration, cephcluster doesn't has a watcher to reconcile it. Cephcluster should...
**Is this a bug report or feature request?** * Feature Request Currently cephblockpool CR have a monitoring setting ``` statusCheck: mirror: disabled: false interval: 60s ``` Which runs every one...
**Checklist:** - [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines in the [developer guide](https://rook.io/docs/rook/latest/Contributing/development-flow/#commit-structure). - [ ] Reviewed the developer guide on [Submitting a Pull Request](https://rook.io/docs/rook/latest/Contributing/development-flow/#submitting-a-pull-request) -...
**Checklist:** - [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines in the [developer guide](https://rook.io/docs/rook/latest/Contributing/development-flow/#commit-structure). - [ ] Reviewed the developer guide on [Submitting a Pull Request](https://rook.io/docs/rook/latest/Contributing/development-flow/#submitting-a-pull-request) -...
bucket controller was watching cephcluster, but more relevant is to watch the objectstore for the controller to reconcile refer: https://github.com/rook/rook/pull/15028 **Checklist:** - [ ] **Commit Message Formatting**: Commit titles and...
adding the use_old_uuid is because upgraded cluster has to maintain the uuid of older reclaims that have happened, and NFS has changed the uuid logic if don't turn it on(use_old_uuid...
**Is this a bug report or feature request?** * Bug Report In the code https://github.com/rook/rook/blob/d013b479b07ffbbe419b404f976b166e1130936b/pkg/operator/ceph/cluster/osd/topology/topology.go#L144 The code has topology labels list as: Hostname Region Zone Chassis Rack And in docs...
the nfs config flie has a breaking change to use nodeid as int, currently nodeid was used as string updated the code so nodeid can be used as string seen...
**Is this a bug report or feature request?** * Feature Request currently, the OSD alerts are cumulative of all the OSDs https://github.com/rook/rook/blob/master/deploy/examples/monitoring/localrules.yaml As each odds can be grouped to a...