From: Sage Weil Date: Tue, 15 Jul 2014 23:32:35 +0000 (-0700) Subject: doc/release-notes: v0.80.4 X-Git-Tag: v0.84~104 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=99dfaf7df45c8833aaf541a8a2ca29da166a9464;p=ceph.git doc/release-notes: v0.80.4 Signed-off-by: Sage Weil --- diff --git a/doc/changelog/v0.80.4.txt b/doc/changelog/v0.80.4.txt new file mode 100644 index 000000000000..4b44638b1d81 --- /dev/null +++ b/doc/changelog/v0.80.4.txt @@ -0,0 +1,36 @@ +commit 7c241cfaa6c8c068bc9da8578ca00b9f4fc7567f (tag: refs/tags/v0.80.4) +Author: Jenkins +Date: Tue Jul 15 12:13:55 2014 -0700 + + 0.80.4 + +commit 7557a8139425d1705b481d7f010683169fd5e49b (refs/remotes/gh/firefly) +Author: Samuel Just +Date: Mon Jul 14 13:29:37 2014 -0700 + + XfsFileStoreBackend: default to disabling extsize on xfs + + This appears to be responsible for the deep scrub mismatches on some rbd + workloads. + + Fixes: 8830 + Signed-off-by: Samuel Just + (cherry picked from commit 01cd3cdc726a3e838bce05b355a021778b4e5db1) + +commit ee7016a046c09be674808efb093b6ff80d0df18c +Author: Sage Weil +Date: Mon Jul 14 15:00:30 2014 -0700 + + Revert "Revert "rgw: if extra data pool name is empty, use data pool name instead"" + + This reverts commit 0b6bd2545925b5e8a80d41de1fda13ffe9d30e2b. + + We confused commit 5fd8b0d1639c67e355f0fc0d7e6d7036618d87a1 with commit + b1a4a7cb91e164d1f8af8ce9319e3b3c1949858d in our tests. We tested without + the latter, saw a failure, applied it and then reverted the former, and it + passed, but didn't actually resolve the problem. + + This puts them both back in place and all should be well. + + Signed-off-by: Sage Weil + Reviewed-by: Yehuda Sadeh diff --git a/doc/release-notes.rst b/doc/release-notes.rst index d52dc81c628d..82c4c30ab83f 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -124,6 +124,30 @@ Notable Changes * test_librbd_fsx: test krbd as well as librbd (Ilya Dryomov) +v0.80.4 Firefly +=============== + +This Firefly point release fixes an potential data corruption problem +when ceph-osd daemons run on top of XFS and service Firefly librbd +clients. A recently added allocation hint that RBD utilizes triggers +an XFS bug on some kernels (Linux 3.2, and likely others) that leads +to data corruption and deep-scrub errors (and inconsistent PGs). This +release avoids the situation by disabling the allocation hint until we +can validate which kernels are affected and/or are known to be safe to +use the hint on. + +We recommend that all v0.80.x Firefly users urgently upgrade, +especially if they are using RBD. + +Notable Changes +--------------- + +* osd: disable XFS extsize hint by default (#8830, Samuel Just) +* rgw: fix extra data pool default name (Yehuda Sadeh) + +For more detailed information, see :download:`the complete changelog `. + + v0.80.3 Firefly ===============