Project

General

Profile

Activity

From 07/12/2017 to 08/10/2017

08/10/2017

01:29 PM Bug #20568: the dashboard uses absolute links for filesystems and clients
The ones that aren't being rewritten are the ones that are populated dynamically (i.e. 'url' attributes of JSON objec... John Spray
12:36 PM Bug #20887: Services reported with blank hostname by mgr
hi, John, it seems that rejecting MMgrReport in https://github.com/ceph/ceph/blob/master/src/mgr/DaemonServer.cc#L392... Chang Liu
11:49 AM Bug #20887: Services reported with blank hostname by mgr
!https://user-images.githubusercontent.com/1787766/29169128-fd0f83f4-7e04-11e7-87a5-513e91bcb080.png!
reproduced v...
Chang Liu
08:13 AM Bug #20887: Services reported with blank hostname by mgr
all services without `hostname` 's version are 12.1.2. it's a useful clue. Chang Liu
10:12 AM Bug #20692 (Fix Under Review): mgr: 500 error when attempting to view filesystem data
https://github.com/ceph/ceph/pull/16960 John Spray
10:05 AM Bug #19954 (Resolved): mgr key needs "mon 'allow *'" caps
This is handled with the "profile mgr" mon caps now. John Spray

08/09/2017

11:55 AM Bug #20955: mgr ignores public_network setting
https://github.com/ceph/ceph/pull/16940 John Spray
11:48 AM Bug #20955 (Resolved): mgr ignores public_network setting
Noticed by inspection, mgr daemon never calls pick_addresses to populate public_addr. John Spray

08/08/2017

11:35 PM Bug #20950 (Resolved): key mismatch for mgr after upgrade from jewel to luminous(dev)
1. Setup cluster using ceph-deploy using jewel release
2. ceph-deploy upgrade to luminous ( dev=luminous to pickup ...
Vasu Kulkarni

08/04/2017

01:51 PM Bug #20766 (Duplicate): mgr: segv on shutdown
dup of http://tracker.ceph.com/issues/20869, fixed by 1d54951e4797981babf43d3fc2995222c9615bd6 Sage Weil

08/03/2017

08:53 PM Bug #20113 (Resolved): couldn't get command descriptions for [u'mgr', '']:
Sage Weil
06:51 PM Bug #20766 (Fix Under Review): mgr: segv on shutdown
https://github.com/ceph/ceph/pull/16800 Sage Weil
06:08 PM Bug #20899 (Resolved): prometheus module generates invalid output when counter names contain non-...
When I enabled an MDS, I found that prometheus threw an error scraping our stats. I assume it's due to counter names... John Spray

08/02/2017

06:20 PM Bug #20887 (Resolved): Services reported with blank hostname by mgr
Symptom as per screenshot -- we see some services reported as running on a server called ""
Mgr::init does a load_...
John Spray
06:14 PM Bug #20886 (Can't reproduce): Bad perf counters in ceph-mgr for MDS
Could be a graphing bug but needs narrowing down -- looking at the FS page on the dashboard for the lab cluster (runn... John Spray
03:13 PM Bug #20848 (Resolved): upgrading from jewel to luminous- mgr create throws EACCES: access denied
Sage Weil
01:34 PM Bug #20113 (Fix Under Review): couldn't get command descriptions for [u'mgr', '']:
https://github.com/ceph/ceph/pull/16756 Sage Weil
01:30 PM Bug #20113: couldn't get command descriptions for [u'mgr', '']:
I think that EACCES is coming from MgrClient.cc:... Sage Weil
01:23 PM Bug #20113: couldn't get command descriptions for [u'mgr', '']:
another instance:... Sage Weil

08/01/2017

08:52 PM Bug #20848: upgrading from jewel to luminous- mgr create throws EACCES: access denied
Thanks John, mgr create is working now, Hopefully I can verify this when the next RC candidate comes out and I will c... Vasu Kulkarni
08:36 PM Bug #20848: upgrading from jewel to luminous- mgr create throws EACCES: access denied
Thanks, I logged into the nodes and restarted the mons to experiment.
The key is indeed corrupted as per the issue...
John Spray
08:11 PM Bug #20848: upgrading from jewel to luminous- mgr create throws EACCES: access denied
2 of the mons were still on jewel and that seems to be issue with systemd even when the packages were at 12.1( I will... Vasu Kulkarni
11:01 AM Bug #20848: upgrading from jewel to luminous- mgr create throws EACCES: access denied
Could you check the exact version locally on all the monitors with "ceph daemon mon.<id> version"?
Assuming they a...
John Spray

07/31/2017

06:00 PM Bug #20848: upgrading from jewel to luminous- mgr create throws EACCES: access denied
Hi John,
I am trying to add a upgrade test using ceph-deploy and would like to know if this requires a fix in ceph...
Vasu Kulkarni

07/28/2017

06:42 PM Bug #20848 (Resolved): upgrading from jewel to luminous- mgr create throws EACCES: access denied
1) have 4 node cluster with 3 mons and 3 osd's , preinstalled jewel release
2) then upgrading one by one to luminous...
Vasu Kulkarni
09:13 AM Bug #20633 (Resolved): mon: does not send mgrdigest to mgr, making mgr init block
Kefu Chai

07/27/2017

03:51 PM Feature #17460 (In Progress): Enable python modules to advertise services
John Spray

07/26/2017

03:16 PM Bug #20767: Zabbix plugin assumes legacy compat mode for health json
Tested with "35f096e":https://github.com/ceph/ceph/commit/35f096ed190c08fec4ecb3346611b03682eafed2... Fabien Brachere
01:24 PM Bug #20767 (Resolved): Zabbix plugin assumes legacy compat mode for health json
Please retest with latest master and let us know if there are still problems! Sage Weil
02:57 AM Bug #20767 (Fix Under Review): Zabbix plugin assumes legacy compat mode for health json
https://github.com/ceph/ceph/pull/16580 Sage Weil
02:53 AM Bug #20767: Zabbix plugin assumes legacy compat mode for health json
Sage Weil
03:33 AM Bug #20633 (Fix Under Review): mon: does not send mgrdigest to mgr, making mgr init block
https://github.com/ceph/ceph/pull/16582
I'm still not quite sure why, in patrick's run (pdonnell-2017-07-18_16:08:...
Sage Weil
03:12 AM Bug #20766: mgr: segv on shutdown
I think we want to fix this for release. Probably a matter of doing an exit(0), since we've more or less given up on... Sage Weil
03:05 AM Bug #20415 (Can't reproduce): dashboard: Health is not updated
Let us know if this happens again (esp on one of the newer rc's). Thanks! Sage Weil
02:44 AM Bug #20657 (Can't reproduce): apparent mgr deadlock in handle_report
I suspect this was fixed by f236b5e78338f85a0ac82440ae44cdf4db83a04f Sage Weil

07/25/2017

03:54 PM Bug #20758 (Resolved): ceph fs status: Row has incorrect number of values, (actual) 5!=6 (expected)
Sage Weil
01:40 PM Bug #20767 (Resolved): Zabbix plugin assumes legacy compat mode for health json
Zabbix ceph mgr plugin is broken and fire an error when you try to send data manually:... Fabien Brachere
01:07 PM Bug #20766 (Duplicate): mgr: segv on shutdown
Stopping ceph-mgr w/CTRL-C, I get after a while:
::ffff:10.17.151.15 - - [25/Jul/2017:09:02:46] "GET /health_data ...
Matt Benjamin

07/24/2017

02:05 PM Bug #20758 (Fix Under Review): ceph fs status: Row has incorrect number of values, (actual) 5!=6 ...
https://github.com/ceph/ceph/pull/16533 Sage Weil
02:03 PM Bug #20758 (Resolved): ceph fs status: Row has incorrect number of values, (actual) 5!=6 (expected)
<pre
2017-07-24T07:21:03.374 INFO:tasks.workunit.client.0.smithi092.stderr:/home/ubuntu/cephtest/clone.client.0/qa/w...
Sage Weil

07/22/2017

04:35 PM Bug #20746 (Resolved): dashboard: usage graph is getting more and mor big
I have saved a video:
https://www.useloom.com/share/ce92e8143a064828890daf95734e114b
On it you can see how:
...
Oscar Segarra

07/21/2017

04:58 AM Bug #20415: dashboard: Health is not updated
Greg Farnum wrote:
> Does it update on refresh? I wonder if the status output there is constant and only the log is ...
min-sheng Lin
03:51 AM Bug #20415: dashboard: Health is not updated
Does it update on refresh? I wonder if the status output there is constant and only the log is dynamic. Greg Farnum
03:32 AM Bug #20415: dashboard: Health is not updated
still on v12.1.1
!download2.png!
min-sheng Lin

07/19/2017

08:37 PM Bug #20692 (Resolved): mgr: 500 error when attempting to view filesystem data
http://mira049.front.sepia.ceph.com:8000/filesystem/0/... Zack Cerza

07/18/2017

09:05 PM Bug #20647 (Resolved): Test failure: test_explicit_fail (tasks.mgr.test_failover.TestFailover)
Sage Weil
06:21 PM Bug #20647 (Fix Under Review): Test failure: test_explicit_fail (tasks.mgr.test_failover.TestFail...
https://github.com/ceph/ceph/pull/16397 Sage Weil
07:04 PM Bug #20633 (Need More Info): mon: does not send mgrdigest to mgr, making mgr init block
Sage Weil
02:56 AM Bug #20657 (Can't reproduce): apparent mgr deadlock in handle_report
... Sage Weil

07/17/2017

02:22 AM Bug #20647 (Resolved): Test failure: test_explicit_fail (tasks.mgr.test_failover.TestFailover)
... Sage Weil

07/14/2017

08:10 PM Backport #20640 (Rejected): kraken: mon: Hit assert in PaxosService::propose_pending after election
Nathan Cutler
08:08 PM Bug #20633: mon: does not send mgrdigest to mgr, making mgr init block
https://github.com/ceph/ceph/pull/16351 Sage Weil
08:05 PM Bug #20633 (Resolved): mon: does not send mgrdigest to mgr, making mgr init block
... Sage Weil
02:05 PM Bug #20396: segv in python somewhere from restful test
haven't seen this in a couple weeks... Sage Weil
02:04 PM Bug #20383 (Resolved): restful: ValueError: No JSON object could be decoded
Sage Weil
02:01 PM Bug #20629 (Resolved): Spurious ceph-mgr failovers during mon elections
This is essentially the mgr equivalent of CephFS's http://tracker.ceph.com/issues/19706
Beacons that should be for...
John Spray

07/12/2017

03:46 PM Bug #20444 (Pending Backport): mon: Hit assert in PaxosService::propose_pending after election
This is fixed for luminous by 79bf5547cc49b897e285c617e2921c773e625090 Sage Weil
03:11 PM Bug #20208 (Resolved): ceph-mgr: mon/PGMap.cc: 1367: FAILED assert(end >= 0)
Sage Weil
 

Also available in: Atom