]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: only update beacon epoch if newer
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 6 Apr 2021 15:20:54 +0000 (08:20 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 30 Jul 2021 23:28:53 +0000 (16:28 -0700)
commit0256ae010f61520a67f95fcd3e8522784ea56f8b
tree7514244f3847fe9447b634701ff38ce50478d528
parentb8ad8a8c821ba57d64aa349a9da7117867b0f401
mds: only update beacon epoch if newer

This is a defensive programming change. We don't want the beacon epoch
to ever go backwards.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/Beacon.cc