Travis Nielsen
Travis Nielsen
Ok, finally confirmed that the created timestamps will be preserved going forward from v1.17.6, though previous releases all still have the same date. ``` % curl -s https://charts.rook.io/release/index.yaml | grep...
This should be fixed now in the [Cleanup guide](https://rook.io/docs/rook/latest-release/Getting-Started/ceph-teardown/#zapping-devices) to wipe all the necessary disk offsets, and also #15666 is merged for the uninstall cleanup job. @ktoulliou What version of...
@sp98 Any other ideas for what is missing with the cleanup?
All of the cluster-specific CRs for CSI operator will have this issue, right? Also for subvolumegroups, rados namespaces, etc. In my prototype of running multiple rook namespaces on top of...
@subhamkrai Is this still an issue?
Could we separate the two work items at least into separate PRs? 1. Enable `make` commands for items only the CI runs today 2. Refactor the `make` commands for consistency,...
@11qu1d Have you tried the suggestions in previous comments? It will help to fix this if we're clear what the generalized solution is for localrules.yaml. Can you share what fix...
Perhaps the namespace label could be added to the rules as defined in the [helm chart](https://github.com/rook/rook/tree/master/deploy/charts/rook-ceph-cluster/prometheus). If multiple Rook clusters are installed, the helm chart would replace the namespace seemlessly....
> > LGTM, I'll just wait to approve until @Madhu-1 confirms no concerns with `DriverNamePrefix`. > > @travisn i discussed this with @parth-gr today, `DriverNamePrefix` might not work for cephcsi-operator...
> IMO having full DriverName is good, we already use that for the nodeplugins here For example for rbd its here > > https://github.com/rook/rook/blob/6a9f17882d3588081b8bd32eb885d98307c09876/pkg/operator/ceph/csi/template/rbd/csi-rbdplugin.yaml#L230 > > , we can customize...