General

Profile

Volker Theile's activity

From 02/20/2019 to 03/21/2019

03/21/2019

02:32 PM Dashboard Bug #38362: mgr/dashboard: QA run failures: test_standby (tasks.mgr.test_dashboard.TestDashboard)
I assume this you'll find... Volker Theile
02:26 PM Ceph Revision c29e5870 (ceph): mgr/dashboard/qa: Improve tasks.mgr.test_dashboard.TestDashboard.test_s...
The changes of this PR were done while trying to fix the failing test. The problem has been solved by another PR, but... Volker Theile

03/18/2019

08:32 AM Dashboard Bug #38766 (Resolved): mgr/dashboard: QA run failure "ERROR: test_selftest_run (tasks.mgr.test_mo...
Volker Theile

03/15/2019

02:50 PM Dashboard Bug #38766 (Fix Under Review): mgr/dashboard: QA run failure "ERROR: test_selftest_run (tasks.mgr...
Volker Theile
02:05 PM Dashboard Bug #38766 (In Progress): mgr/dashboard: QA run failure "ERROR: test_selftest_run (tasks.mgr.test...
Volker Theile
02:45 PM Ceph Revision b261e8ca (ceph): mgr: Make 3rd parameter optional in ceph_get_module_option
Fixes: https://tracker.ceph.com/issues/38766
File "/usr/share/ceph/mgr/mgr_module.py", line 863, in _handle_command
...
Volker Theile

03/14/2019

12:43 PM Ceph Revision 9dc6de44 (ceph): mgr: Cleanup get_localized_module_option function
Address comments from https://github.com/ceph/ceph/pull/26736.
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile

03/13/2019

12:50 PM Ceph Revision 86f47f6b (ceph): mgr/dashboard: Add separate option to config SSL port
There is a need to introduce this new config option because the MgrModule::get_module_option() and MgrModule::get_loc... Volker Theile

03/12/2019

02:40 PM mgr Bug #38702 (New): test_selftest_cluster_log (tasks.mgr.test_module_selftest.TestModuleSelftest) f...
The QA cluster log test (https://github.com/ceph/ceph/blob/master/qa/tasks/mgr/test_module_selftest.py#L292) fails be... Volker Theile
12:27 PM Dashboard Feature #38331 (In Progress): mgr/dashboard: Add separate option to config SSL port
Volker Theile
11:57 AM Dashboard Bug #38528 (Resolved): mgr/dashboard: Unable to disable SSL support
Volker Theile

03/11/2019

04:25 PM Ceph Revision bc964365 (ceph): mgr: Fix broken get_localized_module_option function
Fixes: https://tracker.ceph.com/issues/38560
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
11:08 AM mgr Bug #38614: Disable SSLv3 on ceph-mgr?
The dashboard does not use it's own context, so the SSL default context is used automatically. Volker Theile

03/08/2019

12:27 PM mgr Bug #38639 (In Progress): mgr: localized keys are not auto-converted according the MODULE_OPTIONS...
Volker Theile
12:11 PM mgr Bug #38639 (In Progress): mgr: localized keys are not auto-converted according the MODULE_OPTIONS...
If a localized key like 'mgr/dashboard/x/server_port' is requested by MgrModule::get_localized_module_option('server_... Volker Theile
12:25 PM Ceph Revision 0da1b2bf (ceph): mgr/dashboard: Fix issues in controllers/docs
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
10:07 AM mgr Bug #38614: Disable SSLv3 on ceph-mgr?
Did some more research on the mentioned Python version in CentOS. The source package contains a patch (00214-pep466-b... Volker Theile
09:36 AM mgr Bug #38614: Disable SSLv3 on ceph-mgr?
I've checked the content of python-2.7.5-76.el7.src.rpm and found out that the code Python code is from at least befo... Volker Theile

03/07/2019

01:54 PM mgr Bug #38560 (Fix Under Review): mgr: get_localized_module_option function is broken
Volker Theile
11:38 AM mgr Bug #38614: Disable SSLv3 on ceph-mgr?
What Python version are you using? In openSUSE Tumbleweed e.g. this is currently 2.7.15 and 3.7.2. I think most distr... Volker Theile

03/06/2019

11:45 AM Dashboard Feature #38016 (Resolved): mgr/dashboard: Support for "No authentication" on iSCSI target (backend)
Volker Theile

03/04/2019

04:21 PM Ceph Revision 3c7ee456 (ceph): mgr/dashboard: Cleanup Python code
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
08:39 AM mgr Bug #38560 (Resolved): mgr: get_localized_module_option function is broken
The previously intended workflow of ``get_localized_module_option()`` that would lookup for localized config options ... Volker Theile
08:12 AM Ceph Revision 46c7bdfa (ceph): mgr/dashboard: Use booleanText pipe
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile

03/01/2019

12:52 PM Dashboard Bug #38528: mgr/dashboard: Unable to disable SSL support
Added comment to the commit that is responsible for this behaviour:
https://github.com/ceph/ceph/commit/0f814f38e5...
Volker Theile
10:43 AM Dashboard Bug #38528: mgr/dashboard: Unable to disable SSL support
I think this issue in a generic problem how module config options are handled now.
The current issue is caused bec...
Volker Theile
10:30 AM Dashboard Bug #38528: mgr/dashboard: Unable to disable SSL support
As a temporary workaround use the following key:
mgr/dashboard/<MGR_ID>/ssl
Example (using vstart cluster):
$ ...
Volker Theile
09:27 AM Ceph Revision 346cfa39 (ceph): mgr/dashboard: Introduce pipe to convert bool to text
Convert boolean values to 'Yes' or 'No' or any other value.
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile

02/28/2019

11:28 AM Dashboard Bug #38428: mgr/dashboard: dashboard giving 401 unauthorized
Can you provide us a screenshot like this. Maybe this can help us to identify the problem.
!Auswahl_002.png!
Volker Theile
11:21 AM Dashboard Bug #38428: mgr/dashboard: dashboard giving 401 unauthorized
The RGW REST API controller had a problem that might cause this issue. If the RGW Admin OPS API returned an 401 it wa... Volker Theile

02/27/2019

11:52 AM Dashboard Feature #37934 (Resolved): mgr/dashboard: Configure all mgr modules in UI
Volker Theile
11:38 AM Ceph Revision f9512726 (ceph): mgr/dashboard: Relocate empty pipe
Move empty pipe into shared/pipes directory.
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
08:58 AM Dashboard Bug #38495: mgr/dashboard: API view is showing 'No API definition provided.'
Use the str_to_bool function from the tools.py to fix the issue. Volker Theile

02/26/2019

01:12 PM Ceph Revision c16d8f29 (ceph): mgr/dashboard: Configure all mgr modules in UI
Fixes: https://tracker.ceph.com/issues/37934
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
01:12 PM Ceph Revision 87ab0dac (ceph): mgr/dashboard: Introduce upperFirst pipe
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile

02/25/2019

02:55 PM Ceph Revision e5ac8db1 (ceph): mgr/dashboard: Change icon color in notifications
- Use CSS filters to convert the existing icons to white.
- Add new Prometheus SVG image, the previous PNG image has ...
Volker Theile

02/22/2019

03:27 PM Ceph Revision 57c6bca6 (ceph): mgr/dashboard: Show success notification in RGW forms
Display success notifications in the RGW user and bucket form.
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
09:01 AM Ceph Revision 1bc6f5ca (ceph): mgr/dashboard: Remove param when calling notificationService.show
The message parameter should be used for error notifications only.
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile

02/20/2019

11:10 AM Dashboard Bug #38401: mgr/dashboard: config option detail - replace "Yes/No" by check icon
As far as i remember we only display plain text and badges in the details tables. I vote to keep that and not to disp... Volker Theile
 

Also available in: Atom