Feature #9222
annotate config options
Status:
New
Priority:
Normal
Assignee:
-
Category:
documentation
Target version:
-
% Done:
0%
Source:
other
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Related issues
History
#1 Updated by Loïc Dachary about 9 years ago
If a fourth argument is set to a description string in config_opts.h, ceph.in could get access to it via a pybind/common.py module dynamically loading ( CDLL ) the common library and providing an entry point to list all config options in the same way g_conf is used within C++ sources.
#2 Updated by Sage Weil about 9 years ago
Yeah. I would also love to see min/max values for the numeric options.
#3 Updated by Dan Mick about 9 years ago
If we want to think in an internationalization direction, perhaps the right thing is to msg-catalog the help information, and then it could be as simple as "use the internationalized message catalog properly". I'm waving my hands madly here, but the idea of centralized storage for messages applies to both needs; it'd be great if we could kill two requirements with one hack.
#4 Updated by Samuel Just about 7 years ago
- Priority changed from Urgent to Normal
#5 Updated by Patrick Donnelly almost 4 years ago
- Status changed from 12 to New