1
0
mirror of https://github.com/ceph/ceph synced 2025-03-30 15:31:01 +00:00

PendingReleaseNotes: note about cephfs backtrace updates

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2014-02-12 17:42:16 -08:00
parent 9482850750
commit cc1e84490d

View File

@ -1,3 +1,11 @@
v0.78
~~~~~
* CephFS recently added support for a new 'backtrace' attribute on
file data objects that is used for lookup by inode number (i.e., NFS
reexport and hard links), and will later be used by fsck repair.
This replaces the existing anchor table mechanism that is used for
hard link resolution. In order to completely phase that out, any
inode that has an outdated backtrace attribute will get updated when
the inode itself is modified. This will result in some extra workload
after a legacy CephFS file system is upgraded.