Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: criteo-forks/rook

Tags

v1.13.10-criteo1

Toggle v1.13.10-criteo1's commit message
[CRITEO] Add ability to disable object store user controller (#26)

test_release_charts

Toggle test_release_charts's commit message
[CRITEO] Add Helm chart Release step into criteo workflow

v1.12.11-criteo-topology-test-3

Toggle v1.12.11-criteo-topology-test-3's commit message
Add extra logs for debugging

v1.12.11-criteo-topology-test-2

Toggle v1.12.11-criteo-topology-test-2's commit message
Update osd location when Pod location changes

If the topology labels on the node hosting the pod are changed, this commit will trigger a redeployment of the osd with the appropriate crush location.

v1.12.11-criteo-topology-test

Toggle v1.12.11-criteo-topology-test's commit message
[TEST] Use a specific topology label for test purposes

The label is test.topology.rook.io

v1.12.11-criteo7

Toggle v1.12.11-criteo7's commit message
[CRITEO-BACKPORT]core: set blocking PDB even if no unhealthy PGs appear

When `managePodBudgets` is enabled, the Rook operator sets a blocking
PDB by considering the failure domains of the OSDs. This functionality
is implemented by `reconcilePDBsForOSDs`, and it sets the PDB only after
unhealthy PGs appear. However, there are no unhealthy PGs when an OSD
with no PGs becomes down. In this case, the PDB is never enabled.

This PR makes the operator configure the blocking PDB without waiting
for the unhealthy PGs to appear. This PR solves the above problem
because the blocking PDB is always enabled when a down OSD is detected.

Signed-off-by: Ryotaro Banno <[email protected]>

v1.12.11-criteo6

Toggle v1.12.11-criteo6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CRITEO] Add ability to disable object store user controller (#26)

v1.12.11-criteo6-preview

Toggle v1.12.11-criteo6-preview's commit message
[CRITEO] Add ability to disable object store user controller

v1.12.11-criteo5

Toggle v1.12.11-criteo5's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
[BACKPORT][CRITEO] mgr: fix UpdateActiveMgrLabel to retry label updat…

…e on failure (#25)

fix UpdateActiveMgrLabel to retry label update on failure. Previously,
the function always returned the current manager, even if update
failed, leading to inconsistent labels. This fix ensures retries on
failures.

Fixes: rook#13601


(cherry picked from commit ee7c71c)

Signed-off-by: Redouane Kachach <[email protected]>
Co-authored-by: Redouane Kachach <[email protected]>

v1.12.11-criteo4

Toggle v1.12.11-criteo4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CRITEO] Use pod network on ceph-exporter pods (#24)

This is to prevent port conflicts when having multiple Ceph clusters
in the same K8s cluster.