Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / doc / changelog / v0.56.6.txt
1 commit 95a0bda7f007a33b0dc7adf4b330778fa1e5d70c
2 Author: Gary Lowell <gary.lowell@inktank.com>
3 Date:   Fri May 3 12:53:00 2013 -0700
4
5     v0.56.6
6
7 commit 6dbdcf5a210febb5e0dd585e0e599ac807642210
8 Author: Gary Lowell <gary.lowell@inktank.com>
9 Date:   Fri May 3 12:45:24 2013 -0700
10
11     ceph.spec.in:  Fix platform dependecies
12
13     Picked up an incorrect dependency merging the rbd udev rules update.
14
15     Signed-off-by: Gary Lowell  <gary.lowell@inktank.com>
16
17 commit 05af17e697eb95b2a807d9c05cde39106c5ecee9
18 Author: Yehuda Sadeh <yehuda@inktank.com>
19 Date:   Mon Apr 22 12:48:56 2013 -0700
20
21     rgw: don't send tail to gc if copying object to itself
22
23     Fixes: #4776
24     Backport: bobtail
25     Need to make sure that when copying an object into itself we don't
26     send the tail to the garbage collection.
27
28     Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
29     Reviewed-by: Greg Farnum <greg@inktank.com>
30     (cherry picked from commit de5d1da810732ee48f41e8be18257053d862301b)
31
32 commit f0eb20a7b0f7c8afadc21cc063f1f289b5092bab
33 Author: Sage Weil <sage@inktank.com>
34 Date:   Fri May 3 12:24:21 2013 -0700
35
36     ceph_common.sh: re-sync get_name_list with master
37
38     We backported various items but didn't catch all the changes!  :(
39
40     Signed-off-by: Sage Weil <sage@inktank.com>