Project

General

Profile

Actions

Bug #36515

closed

config options: 'services' field is empty for many config options

Added by Tatjana Dehler over 5 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The 'services' field is empty for many config options, e.g.:

ceph config help osd_max_backfills -f json-pretty
{
    "name": "osd_max_backfills",
    "type": "uint64_t",
    "level": "advanced",
    "desc": "",
    "long_desc": "",
    "default": 1,
    "daemon_default": "",
    "tags": [],
    "services": [],
    "see_also": [],
    "min": "",
    "max": "",
    "can_update_at_runtime": true,
    "flags": []
}

It would be helpful if it could be cleaned up so that the 'services' field contains the appropriate section(s). The config editor in the dashboard would really benefit from the information for example.


Related issues 1 (1 open0 closed)

Related to Dashboard - Feature #37669: mgr/dashboard: Show only the relevant sections when editing a config optionNew

Actions
Actions

Also available in: Atom PDF