]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools/cephfs-data-scan: Recover referent_inode list
authorKotresh HR <khiremat@redhat.com>
Thu, 27 Feb 2025 18:44:18 +0000 (00:14 +0530)
committerKotresh HR <khiremat@redhat.com>
Tue, 4 Mar 2025 06:20:47 +0000 (11:50 +0530)
commit410dcccc79b5019baeb14768bc0ad10878b25d35
tree43cd390bef233a0d03084503edc56cc4d53cdd2b
parent3d4ac8c82fe7a67a984a343d8fbd270a8e92ed9d
tools/cephfs-data-scan: Recover referent_inode list

The referent_inode list on the primary inode needs to
be built on recovery. This PR adds the cability to the
'scan_links' sub command of the cephfs-data-scan tool
for the same.

Fixes: https://tracker.ceph.com/issues/69338
Signed-off-by: Kotresh HR <khiremat@redhat.com>
src/tools/cephfs/DataScan.cc