summaryrefslogtreecommitdiffstats
path: root/src/common/config.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/config: use libfmt to build stringsMax Kellermann2024-10-091-9/+8
* common/config: use emplace_back() instead of push_back()Max Kellermann2024-10-091-2/+2
* common/config: export CEPH_CONF_FILE_DEFAULTIlya Dryomov2024-08-181-1/+1
* common/options: add configs for temporary files made by daemonsPatrick Donnelly2024-05-111-0/+5
* common/config: Add methods to return the default value of a config optionSridhar Seshasayee2021-07-301-0/+10
* common/config: s/boost::variant/std::variant/Kefu Chai2021-06-291-14/+11
* common/options: s/boost::variant/std::variant/Kefu Chai2021-06-291-14/+14
* *: always include <filesystem>Kefu Chai2021-06-091-7/+4
* common/config: track the path to the conf file we loadedSage Weil2021-05-221-4/+3
* common: generate legacy_config_opts.h from .yaml.in filesKefu Chai2021-04-151-1/+1
* common/ConfUtils: pass string_view instead of stringKefu Chai2021-01-041-1/+1
* ceph-conf: fix client's admin socket parsingXiubo Li2020-12-091-1/+6
* common: do not dup the options when reexpandingXiubo Li2020-11-241-11/+13
* Merge PR #32777 into masterJan Fajerski2020-11-091-6/+11
|\
| * win32,common: provide a default ceph.conf locationLucian Petrut2020-10-281-1/+6
| * common: fix md_config_t::get_cluster_nameLucian Petrut2020-10-281-1/+1
| * common: accept config files containing whitespacesLucian Petrut2020-10-281-4/+4
* | common: remove log_early configuration optionChangcheng Liu2020-10-191-3/+0
|/
* common/config: Make sure legacy_values are updatedBrad Hubbard2020-08-271-1/+1
* common/config: extract md_config_t::parse_buffer()Kefu Chai2020-08-101-18/+34
* common/config: extract check_old_style_section_names()Kefu Chai2020-08-011-22/+1
* common/config: extract get_cluster_name()Kefu Chai2020-08-011-23/+29
* common: let get_my_sections() return the section namesKefu Chai2020-08-011-15/+6
* common/config: extract get_conffile_paths() outKefu Chai2020-08-011-41/+48
* ceph_fuse: enable fuse_debug when the '-d' option is specifiedXiubo Li2020-05-271-0/+1
* neorados: Create new libraryAdam C. Emerson2020-05-151-1/+1
* common: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-0/+11
* common/config: fix lack of normalize_key_name() apply.Igor Fedotov2020-02-261-1/+1
* common/config :remove duplicaed code.Jianpeng Ma2020-02-171-2/+1
* common/config: remove useless code.Jianpeng Ma2020-02-171-2/+0
* common/config: update values when they are removed via monSage Weil2019-12-061-0/+5
* common/config: less noise about configs from mon we can't applySage Weil2019-12-041-2/+2
* Revert "Merge pull request #16715 from adamemerson/wip-I-Object!"Sage Weil2019-11-221-1/+1
* RADOS: Create new libraryAdam C. Emerson2019-11-041-1/+1
* common/config: EPERM setting config option after startupSage Weil2019-10-041-1/+1
* common/config: respect POD_MEMORY_REQUEST *and* POD_MEMORY_LIMIT env varsSage Weil2019-08-061-10/+53
* common/config: let diff show non-build defaultsSage Weil2019-08-061-3/+1
* common/config: do no include multiple 'default' valuesSage Weil2019-08-061-1/+5
* common: add comment about pod memory requests/limitsPatrick Donnelly2019-07-271-0/+31
* src/: parser returns up to one errorKefu Chai2019-06-251-6/+4
* src: use spirit based ceph.conf parserKefu Chai2019-06-251-11/+13
* common: fix parse_env nullptr derefPatrick Donnelly2019-05-231-7/+8
* common: add --log-early command line optionSage Weil2019-04-071-0/+3
* common/config: parse --default-$option as a default valueSage Weil2019-03-261-1/+11
* common/config,mon/ConfigMap: use transparent comparatorKefu Chai2019-03-221-1/+1
* common/config: use string_view as key when accessing settingsKefu Chai2019-03-221-19/+17
* common,librbd: use string_view for keys of configKefu Chai2019-03-221-4/+2
* common/config: set osd_memory_target based on POD_MEMORY_REQUESTSage Weil2019-03-111-0/+13
* common/config: pass entity_type down into parse_env()Sage Weil2019-03-081-1/+2
* common/config: don't do aggregate initializationKefu Chai2019-02-071-0/+2