Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / doc / changelog / v0.94.5.txt
1 commit 9764da52395923e0b32908d83a9f7304401fee43 (tag: refs/tags/v0.94.5, refs/remotes/gh/hammer)
2 Author: Jenkins <jenkins@ceph.com>
3 Date:   Mon Oct 26 07:05:32 2015 -0700
4
5     0.94.5
6
7 commit 1107f29224e24211860b719b82f9b85a022c25e3
8 Merge: d86eab5 d3abcbe
9 Author: Loic Dachary <loic@dachary.org>
10 Date:   Fri Oct 23 20:41:33 2015 +0200
11
12     Merge pull request #6348 from dillaman/wip-13567-hammer
13     
14     librbd: potential assertion failure during cache read
15     
16     Reviewed-by: Sage Weil <sage@redhat.com>
17
18 commit d86eab5b860186066c888208d92a42a748569d78
19 Merge: 4ebfa1b 250dc07
20 Author: Loic Dachary <loic@dachary.org>
21 Date:   Fri Oct 23 15:20:32 2015 +0200
22
23     Merge pull request #6362 from liewegas/wip-shut-up-osd-hammer
24     
25     osd/ReplicatedPG: remove stray debug line
26     
27     Reviewed-by: Loic Dachary <ldachary@redhat.com>
28
29 commit 250dc0722b9156fe1b8be81e09fb4ead699065f3 (refs/remotes/me/wip-shut-up-osd-hammer)
30 Author: Sage Weil <sage@redhat.com>
31 Date:   Sat Sep 12 08:33:44 2015 -0400
32
33     osd/ReplicatedPG: remove stray debug line
34     
35     This snuck in
36     
37     Signed-off-by: Sage Weil <sage@redhat.com>
38     (cherry picked from commit ff9600a6cef613d40e875597b6392778df1bb04c)
39
40 commit d3abcbea1fdb04f0994f19584b93f6f1b1ff37ca
41 Author: Jason Dillaman <dillaman@redhat.com>
42 Date:   Wed Oct 21 13:12:48 2015 -0400
43
44     librbd: potential assertion failure during cache read
45     
46     It's possible for a cache read from a clone to trigger a writeback if a
47     previous read op determined the object doesn't exist in the clone,
48     followed by a cached write to the non-existent clone object, followed
49     by another read request to the same object.  This causes the cache to
50     flush the pending writeback ops while not holding the owner lock.
51     
52     Fixes: #13559
53     Backport: hammer
54     Signed-off-by: Jason Dillaman <dillaman@redhat.com>
55     (cherry picked from commit 4692c330bd992a06b97b5b8975ab71952b22477a)
56
57 commit 991d0f0575411e2f2b53df35e36ff6170bcc9d8b
58 Author: Jason Dillaman <dillaman@redhat.com>
59 Date:   Wed Oct 21 13:09:54 2015 -0400
60
61     tests: reproduce crash during read-induced CoW
62     
63     Signed-off-by: Jason Dillaman <dillaman@redhat.com>
64     (cherry picked from commit 382219b6bba09156f8cf3d420c6348738e7ed4c6)
65
66 commit 4ebfa1bcc7e3b57c3c12000633654d36a005d512
67 Merge: 9529269 51f3d6a
68 Author: Jason Dillaman <dillaman@redhat.com>
69 Date:   Thu Oct 22 12:14:42 2015 -0400
70
71     Merge pull request #6330 from dachary/wip-13550-hammer
72     
73     qemu workunit refers to apt-mirror.front.sepia.ceph.com
74     
75     Reviewed-by: Jason Dillaman <dillaman@redhat.com>
76
77 commit 51f3d6a489760dbcb931676396eea92159ca2ad9
78 Author: Yuan Zhou <yuan.zhou@intel.com>
79 Date:   Fri Jun 19 00:02:20 2015 +0800
80
81     qa: Use public qemu repo
82     
83     This would allow some external tests outside of sepia lab
84     
85     Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
86     (cherry picked from commit 4731c1e35539c9506ff3fe3141553fad099d0eee)