From: Sage Weil Date: Thu, 13 Feb 2014 01:42:16 +0000 (-0800) Subject: PendingReleaseNotes: note about cephfs backtrace updates X-Git-Tag: v0.78~189 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cc1e84490d0419bc1cf69b29ae390b4c95732b41;p=ceph.git PendingReleaseNotes: note about cephfs backtrace updates Signed-off-by: Sage Weil --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index f232e4181fad..ca4716a10948 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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.