Project

General

Profile

Activity

From 03/23/2017 to 04/21/2017

04/21/2017

05:04 PM Bug #19412 (Resolved): Crash in PyModules::shutdown when non-serve()'ing module is loaded
Kefu Chai
01:36 PM Bug #19743 (Resolved): mgr: segv in Mgr::shutdown() in PyThread_acquire_lock()
... Sage Weil
08:07 AM Bug #19629 (Fix Under Review): mgr: set_config from python module crashes mgr (assertion failure ...
https://github.com/ceph/ceph/pull/14706
This PR doesn't help with mgr's auth caps, it just makes sure it logs the ...
Tim Serong
07:00 AM Bug #19629 (In Progress): mgr: set_config from python module crashes mgr (assertion failure due t...
Tim Serong
05:45 AM Bug #19629: mgr: set_config from python module crashes mgr (assertion failure due to access denied)
The permission denied problem goes away if you give mgr full access to the mon. For example, in a vstart environment... Tim Serong

04/20/2017

02:26 PM Feature #19713: Enable `tell` (MCommand) from mgr python modules
ceph-deploy update: https://github.com/ceph/ceph-deploy/pull/437 John Spray
02:21 PM Feature #19713: Enable `tell` (MCommand) from mgr python modules
ceph-ansible update: https://github.com/ceph/ceph-ansible/pull/1459 John Spray
02:19 PM Feature #19713 (Resolved): Enable `tell` (MCommand) from mgr python modules
Creating this ticket as a reference point for:
https://github.com/ceph/ceph/pull/14579
This will have ceph-deploy...
John Spray

04/19/2017

03:00 AM Bug #19580 (Resolved): valgrind: memory leak in MgrClient::reconnect()
Kefu Chai

04/18/2017

07:36 PM Bug #19590 (Resolved): mgr: leak from PyModules::init
Nathan Cutler
05:02 PM Bug #19590: mgr: leak from PyModules::init
merged Yuri Weinstein
05:05 PM Bug #19580 (Fix Under Review): valgrind: memory leak in MgrClient::reconnect()
merged https://github.com/ceph/ceph/pull/14431 Yuri Weinstein
09:49 AM Bug #19648: ceph-mgr aborted after start
We are updated to jewel from infernalis then to kraken (11.2.0) and cannot start ceph-mgr daemon
Immediately after s...
Vitaliy Dutchak
09:45 AM Bug #19648 (Resolved): ceph-mgr aborted after start
We are updated to jewel from infernalis then to kraken (11.2.0) and cannot start ceph-mgr daemon
Immediately after s...
Vitaliy Dutchak

04/17/2017

10:13 AM Bug #19638 (Resolved): OSD MgrClient crash on shutdown
... John Spray

04/14/2017

05:40 AM Bug #19629 (Resolved): mgr: set_config from python module crashes mgr (assertion failure due to a...
Tried `ceph tell mgr enable_auth false` (enable_auth being implemented by the rest module). The ceph CLI became unre... Tim Serong

04/13/2017

03:59 PM Bug #19590 (Fix Under Review): mgr: leak from PyModules::init
https://github.com/ceph/ceph/pull/14507 Kefu Chai

04/12/2017

12:05 PM Bug #19590 (Resolved): mgr: leak from PyModules::init
... Sage Weil

04/11/2017

02:50 PM Bug #19580 (Resolved): valgrind: memory leak in MgrClient::reconnect()
this was observed in the rgw suite: http://pulpito.ceph.com/cbodley-2017-04-10_19:26:19-rgw-wip-cbodley-testing---bas... Casey Bodley

04/10/2017

09:22 PM Backport #19572 (Rejected): kraken: mgr: reopen logs on sighup
Nathan Cutler
07:20 PM Bug #19568 (Pending Backport): mgr: reopen logs on sighup
Sage Weil
03:39 PM Bug #19568: mgr: reopen logs on sighup
https://github.com/ceph/ceph/pull/14437 Dan van der Ster
03:32 PM Bug #19568 (Resolved): mgr: reopen logs on sighup
ceph-mgr does not currently have the sighup handler to rotate logs, but logrotate.d/ceph.conf is currently rotating a... Dan van der Ster
02:56 PM Feature #17459: Install rest module dependencies in test environment
The comment about virtualenvs was aimed at the possibility of maybe testing on older distros like trusty (where we ha... John Spray
02:24 PM Feature #17459: Install rest module dependencies in test environment
This is exactly one of the points I was trying to make with this comment: https://github.com/ceph/ceph/pull/13725#iss... Alfredo Deza

04/07/2017

01:28 PM Fix #19549 (Resolved): ceph-mgr should respawn when it goes inactive

When I wrote the Mgr/MgrStandby code originally, I tried to make it tear down the active Mgr instance cleanly when ...
John Spray

04/06/2017

05:36 AM Bug #19491 (Fix Under Review): MgrMonitor prepare_beacon learned address - (was :/0)
https://github.com/ceph/ceph/pull/14328 Kefu Chai

04/04/2017

08:07 PM Bug #19407 (Resolved): MgrMonitor doesn't update map when active mgr times out
Sage Weil
05:55 PM Bug #19491 (Resolved): MgrMonitor prepare_beacon learned address - (was :/0)
i keep seeing this:... Sage Weil

03/29/2017

05:58 PM Bug #19412 (Fix Under Review): Crash in PyModules::shutdown when non-serve()'ing module is loaded
https://github.com/ceph/ceph/pull/14232 John Spray
03:42 PM Bug #19412 (Resolved): Crash in PyModules::shutdown when non-serve()'ing module is loaded
Seen while writing regression test for http://tracker.ceph.com/issues/19258 -- I think others have been running on no... John Spray
02:03 PM Bug #19258 (Resolved): mgr: segv in PySys_GetObject / PySys_SetArgvEx / PyModules::init / Mgr::init
Kefu Chai
09:10 AM Bug #19407 (Fix Under Review): MgrMonitor doesn't update map when active mgr times out
https://github.com/ceph/ceph/pull/14220 John Spray
09:09 AM Bug #19407 (Resolved): MgrMonitor doesn't update map when active mgr times out
We are calling drop_active() in tick() in this case, but not setting update=true to actually make an update to the ma... John Spray
06:57 AM Bug #18994: High CPU usage for ceph-mgr daemon v11.2.0
Due to high CPU utilisation we stopped the ceph-mgr on all our cluster.
On one of our cluster we saw high memory usa...
Muthusamy Muthiah

03/28/2017

09:07 PM Bug #19399: mgr: add django packaging for ceph-mgr rest module
See also http://tracker.ceph.com/issues/17459 John Spray
04:16 PM Bug #19399: mgr: add django packaging for ceph-mgr rest module
There was a bit of discussion on exactly how to handle dependencies for mgr modules in https://github.com/ceph/ceph/p... Tim Serong
03:59 PM Bug #19399 (Won't Fix): mgr: add django packaging for ceph-mgr rest module
Background: installed ceph-mgr package on CentOS 7 lacks dependencies to get ceph-mgr modules running.
See: https:...
Patrick Donnelly
04:03 PM Bug #18764 (Resolved): Crash on missing 'ceph_version' in daemon metadata
Tim Serong

03/24/2017

04:01 PM Bug #18764 (In Progress): Crash on missing 'ceph_version' in daemon metadata
https://github.com/ceph/ceph/pull/14129 Tim Serong
03:27 PM Bug #18764: Crash on missing 'ceph_version' in daemon metadata
I'll take this. Tim Serong

03/23/2017

09:12 PM Bug #19369 (Duplicate): mgr: listening socket does not respect public/cluster network setting in ...
I have this setting on my mgr:... Patrick Donnelly
 

Also available in: Atom