summaryrefslogtreecommitdiffstats
path: root/src/global/global_init.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge PR #24102 into masterSage Weil2018-10-171-1/+2
|\
| * global: fix err_to_stderr can't work when it was configured to falseYan Jun2018-10-161-1/+2
* | *: set missing CLOEXEC on opened fdsPatrick Donnelly2018-09-201-1/+2
|/
* global: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-2/+2
* common: move ConfigValues out of md_config_tKefu Chai2018-07-101-1/+1
* common,rbd,rgw,osd: extract config values into ConfigValuesKefu Chai2018-07-101-45/+44
* global/global_init: fix stdout/stderr/stdin closing for daemonizationSage Weil2018-07-091-21/+26
* common/assert: get rid of duplicate log dump from assert handlerSage Weil2018-06-191-3/+3
* global/global_init: send startup errors to cerr, not logSage Weil2018-03-061-8/+10
* global/global_init: apply_changes() for config fetch sessionSage Weil2018-03-061-0/+3
* common/config: parse --no-mon-config into md_config_t, not CephInitParametersSage Weil2018-03-061-5/+6
* common/global_init: parse environmentSage Weil2018-03-061-2/+4
* global/global_init: make --show-config and --show-config-val reflect mon configsSage Weil2018-03-061-0/+3
* mon/MonClient: one-shot mon connection on started to fetch configSage Weil2018-03-061-2/+19
* common: refactor default config value handlingSage Weil2018-03-061-8/+13
* global/global_init: close stdout in postfork_finish, not startSage Weil2018-03-041-9/+11
* global: remove unused headerKefu Chai2017-12-141-1/+0
* common: remove data_dir_option from common_preinit and global_pre_initJeff Layton2017-10-121-3/+2
* osd: cleanupsYan Jun2017-07-131-1/+1
* global/global_init.cc global_pre_init: look for ENOENTDan Mick2017-04-251-1/+1
* Merge pull request #13687 from Liuchang0812/wip-19106-eliminate-unsafe-optionSage Weil2017-03-281-9/+6
|\
| * common/global: refactor global_init to avoid setuser/setgroup modificationliuchang08122017-03-221-8/+5
| * common: convert plugin_dir and erasure_plugin_dir to SAFE_OPTIONliuchang08122017-03-211-1/+1
| * common/config: eliminate config_t::set_val unsafe optionliuchang08122017-03-211-2/+2
* | Merge pull request #14096 from baiyanchun/remove_useless_parameterSage Weil2017-03-241-1/+1
|\ \ | |/ |/|
| * common: remove useless parameterbaiyanchun2017-03-231-1/+1
* | global: we need to handle the init_on_startup return value when global_init.songbaisen2017-01-201-1/+4
* | dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* | common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-5/+18
* | mempool: attach mempool asok commands to all cctsSage Weil2016-11-111-55/+0
* | global: introduce mempool_debug config option, asok commandSage Weil2016-11-021-0/+56
* | Merge pull request #9304 from dzafman/wip-13937Kefu Chai2016-10-281-1/+1
|\ \
| * | global: Always log loading erasure code for testsDavid Zafman2016-10-281-1/+1
| |/
* / core: set dumpable flag after setuidPatrick Donnelly2016-10-201-0/+10
|/
* erasure-code: Backward compatibility with legacy EC pluginsBassam Tabbara2016-09-291-0/+47
* common/ceph_context: add prefork/postfork wathcher supportHaomai Wang2016-08-161-0/+2
* rgw/init: add errno and remove some unnecessary temporary variables.Yan Jun2016-06-011-9/+5
* global: optimize header file dependency.chenxiaowei2016-05-211-7/+0
* global: init crush_location on daemon startSage Weil2016-05-091-0/+2
* global-init: fixup inconsistent use of ceph ctx and confKarol Mroz2016-04-231-5/+6
* global-init: chown pid filesKarol Mroz2016-04-231-0/+12
* global-init: chown run dirKarol Mroz2016-04-231-6/+14
* common-init: chown admin socket after service thread startedKarol Mroz2016-04-231-3/+0
* global-init: check init flags and set accordinglyKarol Mroz2016-04-231-0/+6
* global-init: add a path chown wrapper functionKarol Mroz2016-04-231-0/+20
* global/global_init: expand metavariables in setuser_match_pathSage Weil2016-04-041-3/+6
* global_init: add run_pre_init argument to function signatureKarol Mroz2016-03-101-5/+12
* global: record target user and group stringsKarol Mroz2016-03-101-2/+9
* Merge branch 'wip-conf-root' of https://github.com/liewegas/cephSage Weil2016-03-071-22/+45
|\
| * global: complain about parse errors after we open the logSage Weil2016-03-031-0/+3