Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / doc / changelog / v0.67.2.txt
1 commit eb4380dd036a0b644c6283869911d615ed729ac8
2 Author: Gary Lowell <gary.lowell@inktank.com>
3 Date:   Thu Aug 22 19:10:55 2013 -0700
4
5     v0.67.2
6
7 commit 242e43dae5b7c935b8f92c09e8dfe4704ba13787
8 Author: Sage Weil <sage@inktank.com>
9 Date:   Fri Aug 9 12:49:57 2013 -0700
10
11     .gitignore: ignore test-driver
12     
13     Signed-off-by: Sage Weil <sage@inktank.com>
14     (cherry picked from commit edf2c3449ec96d91d3d7ad01c50f7a79b7b2f7cc)
15
16 commit 88aef702fb77c0a176caf37646a11ef480621412
17 Author: Sage Weil <sage@inktank.com>
18 Date:   Fri Aug 9 12:42:49 2013 -0700
19
20     fuse: fix warning when compiled against old fuse versions
21     
22     client/fuse_ll.cc: In function 'void invalidate_cb(void*, vinodeno_t, int64_t, int64_t)':
23     warning: client/fuse_ll.cc:540: unused variable 'fino'
24     
25     Signed-off-by: Sage Weil <sage@inktank.com>
26     (cherry picked from commit 9833e9dabe010e538cb98c51d79b6df58ce28f9e)
27
28 commit 48e104c9486f7a532455df108dbc225c00796097
29 Author: Sage Weil <sage@inktank.com>
30 Date:   Fri Aug 9 12:40:34 2013 -0700
31
32     json_spirit: remove unused typedef
33     
34     In file included from json_spirit/json_spirit_writer.cpp:7:0:
35     json_spirit/json_spirit_writer_template.h: In function 'String_type json_spirit::non_printable_to_string(unsigned int)':
36     json_spirit/json_spirit_writer_template.h:37:50: warning: typedef 'Char_type' locally defined but not used [-Wunused-local-typedefs]
37              typedef typename String_type::value_type Char_type;
38     
39     (Also, ha ha, this file uses \r\n.)
40     
41     Signed-off-by: Sage Weil <sage@inktank.com>
42     (cherry picked from commit 6abae35a3952e5b513895267711fea63ff3bad09)
43
44 commit ae42619ca710d737bf4d8c63f39d1102326c903c
45 Author: Sage Weil <sage@inktank.com>
46 Date:   Fri Aug 9 12:31:41 2013 -0700
47
48     gtest: add build-aux/test-driver to .gitignore
49     
50     Signed-off-by: Sage Weil <sage@inktank.com>
51     (cherry picked from commit c9cdd19d1cd88b84e8a867f5ab85cb51fdc6f8e4)
52
53 commit 2c122be08db2f233d66214eb804734ae45646084
54 Author: Josh Durgin <josh.durgin@inktank.com>
55 Date:   Wed Aug 21 14:28:49 2013 -0700
56
57     objecter: resend unfinished lingers when osdmap is no longer paused
58     
59     Plain Ops that haven't finished yet need to be resent if the osdmap
60     transitions from full or paused to unpaused.  If these Ops are
61     triggered by LingerOps, they will be cancelled instead (since
62     should_resend = false), but the LingerOps that triggered them will not
63     be resent.
64     
65     Fix this by checking the registered flag for all linger ops, and
66     resending any of them that aren't paused anymore.
67     
68     Fixes: #6070
69     Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
70     Reviewed-by: Sage Weil <sage.weil@inktank.com>
71     (cherry picked from commit 38a0ca66a79af4b541e6322467ae3a8a4483cc72)
72
73 commit f6fe74ff51f679e7245b02462822d9ef1e15d28c
74 Author: Sage Weil <sage@inktank.com>
75 Date:   Tue Aug 20 11:23:46 2013 -0700
76
77     pybind: fix Rados.conf_parse_env test
78     
79     This happens after we connect, which means we get ENOSYS always.
80     Instead, parse_env inside the normal setup method, which had the added
81     benefit of being able to debug these tests.
82     
83     Backport: dumpling
84     Signed-off-by: Sage Weil <sage@inktank.com>
85     (cherry picked from commit 6ef1970340c57d6e02f947348fb38882b51d131c)
86
87 commit 47c89497b7f69cbf1557cd05b89837c388e2ba2f
88 Author: Sage Weil <sage@inktank.com>
89 Date:   Tue Aug 13 13:14:59 2013 -0700
90
91     librados: fix MWatchNotify leak
92     
93     Do not leak the message if the watcher is not registered.  Also, simplify
94     this block.
95     
96     Fixes (part of): #5949
97     Backport: dumpling, cuttlefish
98     Signed-off-by: Sage Weil <sage@inktank.com>
99     Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>
100     (cherry picked from commit 6f5d8036f3e70c5e30edf7e36fb8ff9a56197f60)
101
102 commit b3a9a8c4e5edff5431d8da71033047eced6bf985
103 Author: Samuel Just <sam.just@inktank.com>
104 Date:   Mon Aug 19 17:23:44 2013 -0700
105
106     PG: remove old log when we upgrade log version
107     
108     Otherwise the log_oid will be non-empty and the next
109     boot will cause us to try to upgrade again.
110     
111     Fixes: #6057
112     Signed-off-by: Samuel Just <sam.just@inktank.com>
113     Reviewed-by: Sage Weil <sage@inktank.com>
114     (cherry picked from commit 1f851cb2489a95526de932ec6734ebf413e43490)
115
116 commit c6005ccbaa482c62d7a6cbb387bdcf17f0e308d5
117 Author: Samuel Just <sam.just@inktank.com>
118 Date:   Mon Aug 19 00:02:24 2013 -0700
119
120     PGLog: add a config to disable PGLog::check()
121     
122     This is a debug check which may be causing excessive
123     cpu usage.
124     
125     Reviewed-by: Sage Weil <sage@inktank.com>
126     Signed-off-by: Samuel Just <sam.just@inktank.com>
127     (cherry picked from commit 00080d785f6695b800f71317a3048a21064e61cb)
128
129 commit 96d719eeecceaa06078a29c2f868e50e6bc9ab31
130 Author: Sage Weil <sage@inktank.com>
131 Date:   Mon Aug 19 12:48:50 2013 -0700
132
133     ceph: parse CEPH_ARGS environment variable
134     
135     Fixes: #6052
136     Signed-off-by: Sage Weil <sage@inktank.com>
137     Reviewed-by: Dan Mick <dan.mick@inktank.com>
138     (cherry picked from commit 67a95b9880c9bc6e858150352318d68d64ed74ad)
139
140 commit d348cf5d135d099fe0490c1519196cd83a04831e
141 Author: Sage Weil <sage@inktank.com>
142 Date:   Mon Aug 19 12:48:40 2013 -0700
143
144     rados pybind: add conf_parse_env()
145     
146     Signed-off-by: Sage Weil <sage@inktank.com>
147     Reviewed-by: Dan Mick <dan.mick@inktank.com>
148     (cherry picked from commit eef7cacdb19313907a9367187b742db5382ee584)
149
150 commit 290bcd8a718887eb0e28aa2d97bceeee79068ea9
151 Author: Yehuda Sadeh <yehuda@inktank.com>
152 Date:   Tue Aug 13 13:16:07 2013 -0700
153
154     rgw: drain requests before exiting
155     
156     Fixes: #5953
157     
158     Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
159     Reviewed-by: Sage Weil <sage@inktank.com>
160     (cherry picked from commit 3cbf6a7b031c2ce8072733c5c0b7ceb53fdcb090)
161
162 commit 863df08a43dff99797453040eb1ef6071b0432f9
163 Author: Sage Weil <sage@inktank.com>
164 Date:   Tue Aug 13 11:16:17 2013 -0700
165
166     rgw: do not leak handler in get_handler() error path
167     
168     If we fail to initialize, delete the handler.
169     
170     Fixes (part of): #5949
171     Signed-off-by: Sage Weil <sage@inktank.com>
172     Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>
173     (cherry picked from commit 810c52de36719c3ee6cf2bdf59d5cde8840bbe55)
174
175 commit 9ac003f793b6cc72059110aac44014ddf2372bee
176 Author: Sage Weil <sage@inktank.com>
177 Date:   Fri Jul 26 23:20:54 2013 -0700
178
179     rgw: fix leak of RGWDataChangesLog::renew_thread
180     
181     Signed-off-by: Sage Weil <sage@inktank.com>
182     (cherry picked from commit 25948319c4d256c4aeb0137eb88947e54d14cc79)
183
184 commit 89cd9dc403e97b4bd08920fbb5d6e2b8b9b7dac2
185 Author: Sage Weil <sage@inktank.com>
186 Date:   Fri Jul 26 23:17:10 2013 -0700
187
188     rgw: free resolver on shutdown
189     
190     Signed-off-by: Sage Weil <sage@inktank.com>
191     (cherry picked from commit a31356338b8ae55df59d829d9080ffad70b97d10)
192
193 commit 5b26ca7fa5beb87cbbe6bbb26d70789ff2aa7661
194 Author: Sage Weil <sage@inktank.com>
195 Date:   Fri Jul 26 23:22:20 2013 -0700
196
197     rgw: fix up signal handling
198     
199     OMG libfcgi is annoying with shutdown and signals.  You need to close
200     the fd *and* resend a signal to ensure that you kick the accept loop
201     hard enough to make it shut down.
202     
203     Document this, and switch to the async signal handlers.  Put them
204     tightly around the runtime loop as we do with other daemons.
205     
206     Signed-off-by: Sage Weil <sage@inktank.com>
207     (cherry picked from commit 59b13cebee600dad2551d2c7dc3482b05eaf8b22)