summaryrefslogtreecommitdiff
path: root/src/global
Commit message (Expand)AuthorAgeFilesLines
* global/signal_handler: poll on the control pipe, tooSage Weil2013-07-241-0/+4
* global/signal_handler: use poll(2) instead of select(2)Sage Weil2013-07-231-10/+9
* ceph-conf: make --show-config-value reflect daemon defaultsSage Weil2013-06-191-2/+3
* global: create /var/run/ceph on daemon startupSage Weil2013-06-121-0/+9
* global/global_init.cc: reduce scope of ret in global_init_daemonize()Danny Al-Gaaf2013-05-101-3/+1
* Merge branch 'next'Sage Weil2013-05-032-4/+33
|\
| * mon: fork early to avoid leveldb static env stateSage Weil2013-05-032-4/+33
* | Merge remote-tracking branch 'gh/next'Sage Weil2013-04-241-0/+4
|\ \ | |/
| * global: call observers (and start logging) in global_initSage Weil2013-04-191-0/+4
* | Merge pull request #205 from dalgaaf/wip-da-md_config-classGregory Farnum2013-04-122-2/+2
|\ \ | |/ |/|
| * md_config_t: change from class to struct as the name indicatesDanny Al-Gaaf2013-04-082-2/+2
* | Revert "global: call config observers on global_init (and start logging!)"Greg Farnum2013-04-081-4/+0
* | global: call config observers on global_init (and start logging!)Sage Weil2013-04-071-0/+4
* | global: flush log before stopping/starting on daemonizeSage Weil2013-04-071-0/+1
|/
* signal_handler: add func to queue an async signalSage Weil2013-03-182-0/+9
* config: do not always print config file missing errorsSage Weil2012-12-101-1/+4
* config: always complain about config parse errorsSage Weil2012-12-101-3/+1
* pidfile: fix fd leak from pidfile_remove()Sage Weil2012-09-281-1/+1
* config: add 'fatal signal handlers' optionSage Weil2012-08-271-1/+3
* global: only print banner if type is daemonSage Weil2012-08-141-1/+2
* global: fix version banner in log on startupSage Weil2012-08-141-0/+2
* config: send warnings to a ostream* argumentSage Weil2012-07-281-1/+1
* global_init: do not count threads before daemonize()Sage Weil2012-05-031-7/+0
* global_init: don't fail out if there is no default config.Greg Farnum2012-04-301-3/+9
* global: fix incorrect CINIT flag.Greg Farnum2012-04-301-1/+1
* log: do not set on_exit() callback for librariesSage Weil2012-04-281-0/+3
* global: add -C or --cluster early args to specify cluster nameSage Weil2012-04-051-2/+3
* log: dump_recent in fatal signal handlerSage Weil2012-03-301-0/+10
* log: new logging infrastructureSage Weil2012-03-274-16/+10
* rgw: process default alt args before processing conf fileYehuda Sadeh2012-03-201-3/+4
* global: drop yellow warning on startupSage Weil2012-03-131-5/+0
* config: alternative config options for global_init()Yehuda Sadeh2012-03-122-2/+5
* lockdep: don't make noise on startupSage Weil2012-02-241-1/+1
* lockdep: warn on stderr (via derr), not stdoutSage Weil2012-02-241-2/+1
* global: resurrect lockdepSage Weil2012-02-201-0/+2
* signals: check write(2) return valuesSage Weil2012-02-141-2/+4
* signal: remove unused/obsolete handle_shutdown_signalSage Weil2012-02-141-14/+0
* signals: do not install default SIGHUP, SIGINT, SIGTERM handlersSage Weil2012-02-141-3/+0
* signals: implement safe async signal handler frameworkSage Weil2012-02-142-0/+242
* signal: use _exit() on SIGTERMSage Weil2012-01-281-1/+1
* exit(0) on SIGTERM by defaultSage Weil2011-12-211-1/+4
* global: make daemon banner print explicitSage Weil2011-12-012-9/+15
* Merge branch 'master' into wip-freebsdSage Weil2011-10-251-3/+3
|\
| * assert: no 0x before thread idSage Weil2011-10-191-3/+3
* | First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-042-0/+7
|/
* common: CINIT_FLAG_NO_BANNERSage Weil2011-10-041-1/+2
* global_init: make startup line consistent, less uglySage Weil2011-08-311-3/+3
* Fix bug in turning off logging. Remove log_dir.Colin Patrick McCabe2011-08-151-6/+0
* injectargs: print out what is changingColin Patrick McCabe2011-07-281-1/+1
* Rename ProfLogger to PerfCountersColin Patrick McCabe2011-07-201-1/+1