General

Profile

Brad Hubbard's activity

From 05/28/2017 to 06/26/2017

06/26/2017

11:01 PM Ceph Bug #19864 (In Progress): src/rocksdb/db/write_thread.h:192:78: error: dereferencing type-punned ...
Brad Hubbard
11:00 PM Ceph Bug #19864: src/rocksdb/db/write_thread.h:192:78: error: dereferencing type-punned pointer will b...
Should be fixed in Fedora rawhide.
https://bugzilla.redhat.com/show_bug.cgi?id=1448666#c5
Brad Hubbard

06/19/2017

05:23 AM Ceph Revision a921882e (ceph): osd: Reverse order of op_has_sufficient_caps and do_pg_op
Fixes: http://tracker.ceph.com/issues/19790
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard

06/18/2017

11:27 PM Ceph Revision b61c43a5 (ceph): ceph-dencoder: Silence coverity CID 1412579
141 if (i == 0)
142 i = m_list.size();
143 if ((i == 0) || (i > m_list.size()))
144 ...
Brad Hubbard
11:01 PM mgr Bug #20322 (Rejected): All cephtool tests fail on master with "tell mgr.x restful create-key admi...
This should be installed when running install-deps.sh so closing this tracker as python-pecan is a dependency. Brad Hubbard

06/17/2017

10:31 PM mgr Bug #20322: All cephtool tests fail on master with "tell mgr.x restful create-key admin" "no vali...
I can reproduce this by removing python2-pecan. This, in hindsight, must have been the package I installed to resolve... Brad Hubbard

06/16/2017

11:51 PM mgr Bug #20322: All cephtool tests fail on master with "tell mgr.x restful create-key admin" "no vali...
Your testing my memory but I believe this happened to me because the restful module was not installed due to a missin... Brad Hubbard
06:40 AM Ceph Revision 111b7b26 (ceph): mon: Log errors at startup
Currently we send error messages to stderr but these tend to be
swallowed up by the init scripts. Send error messages...
Brad Hubbard
06:39 AM RADOS Bug #14088 (In Progress): mon: nothing logged when ENOSPC encountered during start up
https://github.com/ceph/ceph/pull/15723 - merged Brad Hubbard

06/15/2017

10:32 PM mgr Bug #20322: All cephtool tests fail on master with "tell mgr.x restful create-key admin" "no vali...
Hi Adam, I saw this too but I believe it went away after I ran install-deps.sh but I'm not 100% sure. Could you give ... Brad Hubbard

06/14/2017

08:40 AM Ceph Revision 5511309f (ceph): osd: Change *pg_to_* to return void
Returning the number of items in the vector is not required and can be
calculated since the caller has access to the ...
Brad Hubbard
04:08 AM RADOS Bug #14088: mon: nothing logged when ENOSPC encountered during start up
Greg, No, but I can try and take a look in the next few days if you'd like? Brad Hubbard

06/12/2017

02:31 AM Ceph Bug #19319 (Resolved): RadosImport::import should return an error if Rados::connect fails
Brad Hubbard

06/07/2017

06:48 AM Ceph Revision c5536b19 (ceph): tests: Add integration tests for admin socket output
Add a framework to test all admin socket commands as reported by "help"
as well as custom commands.
Signed-off-by: B...
Brad Hubbard
01:39 AM Ceph Backport #20032 (In Progress): jewel: osd_scrub_sleep option blocks op thread in jewel + later
https://github.com/ceph/ceph/pull/15529 Brad Hubbard
12:58 AM Ceph Revision aa0cd461 (ceph): osd: Move scrub sleep timer to osdservice
PR 14886 erroneously creates a scrub sleep timer for every pg resulting
in a proliferation of threads. Move the timer...
Brad Hubbard

06/06/2017

10:57 PM Ceph Revision c47bd056 (ceph): osd: Implement asynchronous scrub sleep
Rather than blocking the main op queue just do an async sleep.
Fixes: http://tracker.ceph.com/issues/19497
Signed-o...
Brad Hubbard
10:46 PM Ceph Backport #20033 (In Progress): kraken: osd_scrub_sleep option blocks op thread in jewel + later
https://github.com/ceph/ceph/pull/15526 Brad Hubbard

06/04/2017

11:08 PM mgr Bug #20130 (In Progress): mgr generates traceback about missing django.core.servers.basehttp modu...
https://github.com/ceph/ceph/pull/15429 Brad Hubbard

06/03/2017

11:59 PM Ceph Bug #19497: osd_scrub_sleep option blocks op thread in jewel + later
@Nathan, Yes mate, please do and I'll see what I can do about it. b7e77996586daa46da6be0bfbb8c2b93e203a83a shouldn't ... Brad Hubbard

06/02/2017

11:40 PM Ceph Bug #19497: osd_scrub_sleep option blocks op thread in jewel + later
https://github.com/ceph/ceph/pull/15217 has merged and I have set http://tracker.ceph.com/issues/19986 pending backpo... Brad Hubbard
11:39 PM Ceph Bug #19986 (Pending Backport): PR #14886 creates a SafeTimer thread per PG
Brad Hubbard
11:39 PM Ceph Bug #19986: PR #14886 creates a SafeTimer thread per PG
Awaiting backport via http://tracker.ceph.com/issues/19497 Brad Hubbard

06/01/2017

05:39 AM mgr Bug #20130 (Resolved): mgr generates traceback about missing django.core.servers.basehttp module ...
... Brad Hubbard
05:37 AM mgr Bug #19919 (Duplicate): mgr: ImportError: No module named cherrypy
Dup of http://tracker.ceph.com/issues/19913 Brad Hubbard

05/31/2017

02:58 AM rgw Bug #20112: Use boost::regex instead of std::regex for rgw_iam_policy.cc and rgw_role.cc
I only found it because it bit me too. Seems like it's a big club :) Brad Hubbard
01:24 AM Ceph Bug #19864: src/rocksdb/db/write_thread.h:192:78: error: dereferencing type-punned pointer will b...
Thanks Nathan. Brad Hubbard

05/30/2017

11:29 PM Ceph Revision f110a824 (ceph): osd: Move scrub sleep timer to osdservice
PR 14886 erroneously creates a scrub sleep timer for every pg resulting
in a proliferation of threads. Move the timer...
Brad Hubbard
11:08 PM rgw Bug #20112 (Resolved): Use boost::regex instead of std::regex for rgw_iam_policy.cc and rgw_role.cc
src/rgw/rgw_iam_policy.cc and src/rgw/rgw_role.cc include code that uses the std::regex header.
Per https://bugzi...
Brad Hubbard
04:54 AM Ceph Bug #19864: src/rocksdb/db/write_thread.h:192:78: error: dereferencing type-punned pointer will b...
I created a test package here https://copr-be.cloud.fedoraproject.org/results/badone/misc/fedora-26-x86_64/00557857-g... Brad Hubbard
04:54 AM Ceph Bug #19864: src/rocksdb/db/write_thread.h:192:78: error: dereferencing type-punned pointer will b...
https://bugzilla.suse.com/show_bug.cgi?id=1025891#c29 Brad Hubbard

05/29/2017

11:30 PM RADOS Bug #19790 (In Progress): rados ls on pool with no access returns no error
Brad Hubbard
11:28 PM RADOS Bug #19790: rados ls on pool with no access returns no error
https://github.com/ceph/ceph/pull/15354
Greg, will talk to you about the per-object cap semantics separately.
Brad Hubbard
08:26 AM Ceph Bug #19900 (Resolved): osd crash during shutdown
Brad Hubbard
12:54 AM Ceph Bug #19900: osd crash during shutdown
OMG.
How did we all (especially me) not realise there was a missing return statement in https://github.com/ceph/ce...
Brad Hubbard
01:29 AM Ceph Revision ae6e32dc (ceph): osd: Return early on shutdown
eb5c02d was missing a return statement, rectify that.
Fixes: http://tracker.ceph.com/issues/19900
Signed-off-by: Br...
Brad Hubbard
 

Also available in: Atom