]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge PR #70752 into main
authorKotresh HR <khiremat@redhat.com>
Wed, 5 Aug 2026 17:06:14 +0000 (22:36 +0530)
committerKotresh HR <khiremat@redhat.com>
Wed, 5 Aug 2026 17:06:14 +0000 (22:36 +0530)
* refs/pull/70752/head:
qa/cephfs_mirror: test restart with corrupt sync-stat omap
tools/cephfs_mirror: Fix crash loading persisted sync stats on restart

Reviewed-by: Karthik U S <karthik.u.s1@ibm.com>
1  2 
qa/tasks/cephfs/test_mirroring.py
src/tools/cephfs_mirror/PeerReplayer.cc

Simple merge
index bfb5455f3b0a4bdb19c5e292182613c8047f7014,aa31ea26cfd5dc12f7c75653bd6dc34330aa70ae..d527284adc4a53fc540e89e9c6d17b1468d276a1
@@@ -1,8 -1,10 +1,11 @@@
  // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
  // vim: ts=8 sw=2 sts=2 expandtab
  
+ #include <cmath>
+ #include <cstdint>
+ #include <limits>
  #include <stack>
 +#include <vector>
  #include <fcntl.h>
  #include <algorithm>
  #include <sys/time.h>