From: Sage Weil Date: Thu, 13 Feb 2014 01:55:50 +0000 (-0800) Subject: doc/release-notes: note about dumpling xattr backport X-Git-Tag: v0.78~188 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7533b3b7b5b2171df7d54f5d72c678b087aa152c;p=ceph.git doc/release-notes: note about dumpling xattr backport Signed-off-by: Sage Weil --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index ef7dedcd4629..bc44ca4a3487 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -943,6 +943,32 @@ Notable Changes * rgw: fix S3 auth with response-* query string params (Sylvain Munaut, Yehuda Sadeh) * sysvinit: add condrestart command (Dan van der Ster) +v0.67.6 "Dumpling" (pending, not yet released) +------------------ + +(write me) + +Upgrading +~~~~~~~~~ + +* The OSD has long contained a feature that allows large xattrs to + spill over into the leveldb backing store in situations where not + all local file systems are able to store them reliably. This option + is now enabled unconditionally in order to avoid rare cases where + storing large xattrs renders the object unreadable. This is known to + be triggered by very large multipart objects, but could be caused by + other workloads as well. Although there is some small risk that + performance for certain workloads will degrade, it is more important + that data be retrievable. Note that newer versions of Ceph (e.g., + firefly) do some additional work to avoid the potential performance + regression in this case, but that is current considered too complex + for backport to the Dumpling stable series. + +Notable changes +~~~~~~~~~~~~~~~ + +(write me) + v0.67.5 "Dumpling" ------------------