-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also pending notes for v0.78 Signed-off-by: Sage Weil <[email protected]>
- Loading branch information
Sage Weil
committed
Feb 20, 2014
1 parent
fa96de9
commit b3bb9ef
Showing
2 changed files
with
49 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,3 @@ | ||
v0.78 | ||
~~~~~ | ||
v0.79 | ||
----- | ||
|
||
* 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. | ||
|
||
* The per-op return code in librados' ObjectWriteOperation interface | ||
is now filled in. | ||
|
||
* The librados cmpxattr operation now handles xattrs containing null bytes as | ||
data rather than null-terminated strings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters