From: Joao Eduardo Luis Date: Mon, 9 Dec 2019 19:32:52 +0000 (+0000) Subject: mgr/telemetry: bump revision X-Git-Tag: v12.2.13~15^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bb9fd1bbe9b40719f4e7647e6007d8bdbd886892;p=ceph.git mgr/telemetry: bump revision We should have done this while cherry-picking from master, but we didn't. And here we are now. It's simpler to apply this one-off patch than going back to the cherry-picking maze to adjust this one thing. Signed-off-by: Joao Eduardo Luis --- diff --git a/src/pybind/mgr/telemetry/module.py b/src/pybind/mgr/telemetry/module.py index 00d8b68de38e7..7ac409dc9a29e 100644 --- a/src/pybind/mgr/telemetry/module.py +++ b/src/pybind/mgr/telemetry/module.py @@ -29,7 +29,7 @@ LAST_REVISION_RE_OPT_IN = 2 # Latest revision of the telemetry report. Bump this each time we make # *any* change. -REVISION = 2 +REVISION = 3 # History of revisions # --------------------