diff options
author | Milind Changire <mchangir@redhat.com> | 2023-09-13 14:00:54 +0200 |
---|---|---|
committer | Milind Changire <mchangir@redhat.com> | 2024-08-28 09:03:25 +0200 |
commit | 8970fef4ecc4dc28011bb57c5150fbdc691279d0 (patch) | |
tree | 74ac881f43e43f04c050066390909e2dfd037668 /src/mds/MDCache.h | |
parent | Merge pull request #59401 from nbalacha/wip-nbalacha-check-mirror-ns (diff) | |
download | ceph-8970fef4ecc4dc28011bb57c5150fbdc691279d0.tar.xz ceph-8970fef4ecc4dc28011bb57c5150fbdc691279d0.zip |
mds/scrub: move inline data to data pool object
If inline data version is not CEPH_INLINE_NONE then move data to data
pool object and set inline data version to CEPH_INLINE_NONE.
Fixes: https://tracker.ceph.com/issues/52916
Signed-off-by: Milind Changire <mchangir@redhat.com>
Diffstat (limited to 'src/mds/MDCache.h')
-rw-r--r-- | src/mds/MDCache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mds/MDCache.h b/src/mds/MDCache.h index 8ddadcd716a..c54d9e0cf28 100644 --- a/src/mds/MDCache.h +++ b/src/mds/MDCache.h @@ -1094,6 +1094,8 @@ private: void repair_dirfrag_stats(CDir *dir); void rdlock_dirfrags_stats(CInode *diri, MDSInternalContext *fin); + void uninline_data_work(MDRequestRef mdr); + // my leader MDSRank *mds; |