]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/telemetry: pass leaderboard flag even w/o ident 42228/head
authorSage Weil <sage@newdream.net>
Fri, 4 Jun 2021 17:49:40 +0000 (12:49 -0500)
committerCory Snyder <csnyder@iland.com>
Wed, 7 Jul 2021 17:42:08 +0000 (13:42 -0400)
commitdf0be2a0a50d9dc1a1cc20d45fc7781bd186327e
tree8110913ec44e6bdc3d125760733d0dfabd157b39
parent2da4f0a00259e70842bd8c8408e9267833b68856
mgr/telemetry: pass leaderboard flag even w/o ident

Allow non-identified clusters to appear in the leaderboard.
The leaderboard option still defaults to false, so the change here
is that if they opt in to leaderboard but not ident we'll see
that on the backend.

Note that a leaderboard still does not exist (yet), so this doesn't
have any immediate impact.  But if/when we do create one, it will
allow us to show big clusters (that opt in) on the leaderboard
as 'unidentified' or similar.

Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit d4a6c3d0099a1f005f41a2cbcfbdbfeddd468db6)
src/pybind/mgr/telemetry/module.py