]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: handle bad purge queue item encoding
authorYan, Zheng <zyan@redhat.com>
Tue, 9 Oct 2018 03:46:56 +0000 (11:46 +0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 21 Feb 2020 23:56:25 +0000 (15:56 -0800)
commitb73d1989bcbea227017607f8dd6e79633ec11f8f
tree42f2c2e99d222e4c08983a629bfc58ee0196cfdf
parent9e708b4f2d3dfd6946dcc1efcbfc8428f2de7f71
mds: handle bad purge queue item encoding

The bad encoding was introduced by commit a88f8d5eb4

Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit ba06fcbe3e8345dc2c4c4c3dc3bcc18acf5ab076)
Conflicts:
        src/mds/PurgeQueue.cc: advance changed to +=
Fixes: https://tracker.ceph.com/issues/36635
Note: This commit from v13.2.3 fixes a bad backport in v13.2.2. It is
      also required in Octopus/Nautilus to handle upgrades.
src/mds/PurgeQueue.cc