Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / doc / changelog / v0.80.4.txt
1 commit 7c241cfaa6c8c068bc9da8578ca00b9f4fc7567f (tag: refs/tags/v0.80.4)
2 Author: Jenkins <jenkins@inktank.com>
3 Date:   Tue Jul 15 12:13:55 2014 -0700
4
5     0.80.4
6
7 commit 7557a8139425d1705b481d7f010683169fd5e49b (refs/remotes/gh/firefly)
8 Author: Samuel Just <sam.just@inktank.com>
9 Date:   Mon Jul 14 13:29:37 2014 -0700
10
11     XfsFileStoreBackend: default to disabling extsize on xfs
12     
13     This appears to be responsible for the deep scrub mismatches on some rbd
14     workloads.
15     
16     Fixes: 8830
17     Signed-off-by: Samuel Just <sam.just@inktank.com>
18     (cherry picked from commit 01cd3cdc726a3e838bce05b355a021778b4e5db1)
19
20 commit ee7016a046c09be674808efb093b6ff80d0df18c
21 Author: Sage Weil <sage@redhat.com>
22 Date:   Mon Jul 14 15:00:30 2014 -0700
23
24     Revert "Revert "rgw: if extra data pool name is empty, use data pool name instead""
25     
26     This reverts commit 0b6bd2545925b5e8a80d41de1fda13ffe9d30e2b.
27     
28     We confused commit 5fd8b0d1639c67e355f0fc0d7e6d7036618d87a1 with commit
29     b1a4a7cb91e164d1f8af8ce9319e3b3c1949858d in our tests.  We tested without
30     the latter, saw a failure, applied it and then reverted the former, and it
31     passed, but didn't actually resolve the problem.
32     
33     This puts them both back in place and all should be well.
34     
35     Signed-off-by: Sage Weil <sage@redhat.com>
36     Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>