Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / doc / changelog / v0.67.7.txt
1 commit d7ab4244396b57aac8b7e80812115bbd079e6b73 (tag: refs/tags/v0.67.7, refs/remotes/gh/dumpling)
2 Author: Ken Dreyer <ken.dreyer@inktank.com>
3 Date:   Wed Feb 19 18:09:39 2014 +0000
4
5     v0.67.7
6     
7     Signed-off-by: Ken Dreyer <ken.dreyer@inktank.com>
8
9 commit c1f42770f45205c8a3eae774d09e747408130c50
10 Author: Yehuda Sadeh <yehuda@inktank.com>
11 Date:   Mon Jan 6 12:53:58 2014 -0800
12
13     radosgw-admin: fix object policy read op
14     
15     Fixes: #7083
16     This was broken when we fixed #6940. We use the same function to both
17     read the bucket policy and the object policy. However, each needed to be
18     treated differently. Restore old behavior for objects.
19     
20     Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
21     (cherry picked from commit b1976dd00f5b29c01791272f63a18250319f2edb)
22
23 commit 404500811adc74c79583bbf3122dc333e0b41b51
24 Merge: 3e7ea33 fec55a2
25 Author: Sage Weil <sage@inktank.com>
26 Date:   Sat Feb 15 22:20:45 2014 -0800
27
28     Merge pull request #1243 from dachary/wip-ceph-disk-dumpling
29     
30     ceph-disk: unit tests (dumpling)
31     
32     Reviewed-by: Sage Weil <sage@inktank.com>
33
34 commit 3e7ea33cfc80031aed8d6c61e1bdca947b36d69b
35 Author: Ken Dreyer <ken.dreyer@inktank.com>
36 Date:   Fri Jan 3 16:38:25 2014 -0700
37
38     add autotools-generated files to .gitignore
39     
40     When running "make check", Automake generates test-suite.log, along with
41     various *.log and *.trs files in the tree. Add these files to
42     .gitignore.
43     
44     (It looks like this feature arrived in Automake 1.13.)
45     
46     Signed-off-by: Ken Dreyer <ken.dreyer@inktank.com>
47     (cherry picked from commit bb8b7503b03fac5830fb71b9723963fdc803ca90)
48
49 commit fec55a2174b49ef68c816755c1218f9cd69033b6
50 Author: Loic Dachary <loic@dachary.org>
51 Date:   Sat Feb 15 18:34:04 2014 +0100
52
53     ceph-disk: unit tests
54     
55     src/test/ceph-disk.sh replaces src/test/cli/ceph-disk/data-dir.t
56     
57     Signed-off-by: Loic Dachary <loic@dachary.org>
58
59 commit 0679b11b4d2f7cb7bd9c1cd86854a064aaa83f8a
60 Author: Loic Dachary <loic@dachary.org>
61 Date:   Thu Jan 2 22:42:17 2014 +0100
62
63     ceph-disk: cannot run unit tests
64     
65     Because ceph-disk relies on hardcoded paths. The corresponding test will
66     be added back when ceph-disk can run from sources.
67     
68     Fixes: #7085
69     
70     Signed-off-by: Loic Dachary <loic@dachary.org>
71     (cherry picked from commit 2ba6930d62263a39f150ab43bf8cd860b9245188)
72
73 commit 9dae9993e9b36e741e05804807bdb738fbe52e6f
74 Author: Sage Weil <sage@inktank.com>
75 Date:   Fri Feb 14 23:52:06 2014 -0800
76
77     Revert "librbd: remove limit on number of objects in the cache"
78     
79     This reverts commit 367cf1bbf86233eb20ff2304e7d6caab77b84fcc.
80     
81     Removing the limit on objects means we leak memory, since Objects without
82     any buffers can exist in the cache.
83
84 commit 2795339d3632df975486d51e69762f9f567fb43d
85 Author: Sage Weil <sage@inktank.com>
86 Date:   Mon Oct 7 05:22:20 2013 -0700
87
88     os/FileStore: fix ENOENT error code for getattrs()
89     
90     In commit dc0dfb9e01d593afdd430ca776cf4da2c2240a20 the omap xattrs code
91     moved up a block and r was no longer local to the block.  Translate
92     ENOENT -> 0 to compensate.
93     
94     Fix the same error in _rmattrs().
95     
96     Signed-off-by: Sage Weil <sage@inktank.com>
97     Reviewed-by: Greg Farnum <greg@inktank.com>
98     Reviewed-by: Samuel Just <sam.just@inktank.com>
99     (cherry picked from commit 6da4b91c07878e07f23eee563cf1d2422f348c2f)
100
101 commit c158de232fcfb0e39f4b7eaac6dacbaaaee84b5f
102 Author: Sage Weil <sage@inktank.com>
103 Date:   Tue Oct 15 16:00:26 2013 -0700
104
105     test/filestore/run_seed_to.sh: avoid obsolete --filestore-xattr-use-omap
106     
107     This option no longer exists.
108     
109     Signed-off-by: Sage Weil <sage@inktank.com>
110     (cherry picked from commit 1d4f501a015727a7ff4b2f9b20dc91f2bbd9707b)