]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/telemetry: fix 'channel_indent' typo 39538/head
authorYaarit Hatuka <yaarit@redhat.com>
Thu, 18 Feb 2021 00:08:34 +0000 (00:08 +0000)
committerYaarit Hatuka <yaarit@redhat.com>
Thu, 18 Feb 2021 00:20:18 +0000 (00:20 +0000)
Channel name is 'ident', for 'identity', hence 'channel_ident'.
Seems like there is no need to backport this fix, but just for
reference:
https://tracker.ceph.com/issues/48055

Signed-off-by: Yaarit Hatuka <yaarit@redhat.com>
src/pybind/mgr/telemetry/module.py

index c13778103c9848a1f213b2277aa5148872c983b7..c42392ffebe05da9199af3f55cf2d3c2d50013c8 100644 (file)
@@ -146,7 +146,7 @@ class Module(MgrModule):
             self.interval = 0
             self.proxy = ''
             self.channel_basic = True
-            self.channel_indent = False
+            self.channel_ident = False
             self.channel_crash = True
             self.channel_device = True