]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
include: unset std::hex after printing CompatSet
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 9 Sep 2021 21:52:25 +0000 (17:52 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 17 Sep 2021 01:51:13 +0000 (21:51 -0400)
commitb8ab2864b58daa3a507dc0d29df25300eeab0f9b
treef994e5a05c4655c4199a0a344dd441c71267058b
parenteaa4eee122b810272d459ebb4d66912b5224242d
include: unset std::hex after printing CompatSet

Otherwise you see this in debug output:

    $ ceph fs dump
    ...
    standby_count_wanted    0
    [mds.d{0:4375} state up:standby-replay seq 1 addr [v2:127.0.0.1:6830/2171112379,v1:127.0.0.1:6831/2171112379] compat {c=[1],r=[1],i=[7ff]}]

    Standby daemons:

    [mds.b{ffffffff:110a} state up:standby seq 1 addr [v2:127.0.0.1:1aab/d4c5b653,v1:127.0.0.1:1aad/d4c5b653] compat {c=[1],r=[1],i=[7ff]}]

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 9785a3623190b6491f88181ba6b6a876d3949d5e)
src/include/CompatSet.h