summaryrefslogtreecommitdiffstats
path: root/src/ceph_osd.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph-osd: infer objectstore type of 'type' file is missingSage Weil2019-03-011-1/+24
* ceph-osd: be helpful about upgrade gateSage Weil2019-02-131-2/+9
* ceph-osd: fix warningSage Weil2019-02-081-1/+1
* osd: refuse to start if release > recorded min_osd_release + 2Sage Weil2019-01-291-1/+11
* osd: support osd_numa_node, osd_numa_auto_affinity, osd_numa_prefer_ifaceSage Weil2019-01-081-2/+17
* osd: add --dump-journal option in ceph-osd help infoyuliyang2018-11-131-0/+1
* Merge pull request #23090 from mingshuaiwang/masterKefu Chai2018-10-221-0/+1
|\
| * osd: ceph-osd parent process need to restart log service after fork, or ceph-...redickwang2018-07-241-0/+1
* | osd: remove unused parameter 'dev' in OSD::mkfs functionYao Guotao2018-10-181-2/+1
* | Merge PR #24102 into masterSage Weil2018-10-171-5/+5
|\ \
| * | osd: replace cout/derr with dout(0) to avoid writing trivial logs to syslog fileYan Jun2018-10-161-5/+5
* | | Merge PR #24236 into masterSage Weil2018-10-171-2/+10
|\ \ \
| * | | osd: Log error and abort if fails to pick addressVictor Denisov2018-10-141-2/+10
| |/ /
* / / *: set missing CLOEXEC on opened fdsPatrick Donnelly2018-09-201-1/+1
|/ /
* | Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* | common/options: convert many TYPE_[U]INT -> TYPE_SIZESage Weil2018-07-281-1/+1
|/
* common,rbd,rgw,osd: extract config values into ConfigValuesKefu Chai2018-07-101-18/+18
* ceph-osd: use new bindv()Sage Weil2018-07-031-30/+18
* osd: kill osd_heartbeat_addr optionSage Weil2018-07-031-6/+3
* common/Throttle: extract ThrottleInterfaceKefu Chai2018-06-131-0/+1
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* Remove embedded 'cephd' codeDan Mick2018-05-111-15/+0
* Merge pull request #21101 from dzafman/wip-23267Josh Durgin2018-04-041-0/+1
|\
| * osd: Need to setsid() now that global_init_daemonize() not usedDavid Zafman2018-03-281-0/+1
* | global: output usage on -h, --help, or no args before contacting monsSage Weil2018-03-151-2/+8
|/
* drop unnecessary env_to_vec callsSage Weil2018-03-061-1/+0
* ceph-osd: do not set/override osd_objectstore config optionSage Weil2018-03-061-1/+0
* mon/MonClient: one-shot mon connection on started to fetch configSage Weil2018-03-061-8/+6
* common: refactor default config value handlingSage Weil2018-03-061-8/+10
* ceph-osd: use preforkerSage Weil2018-03-041-51/+78
* Merge pull request #19958 from renhwztetecs/renhw-wip-osd-sighupKefu Chai2018-02-071-3/+4
|\
| * osd: Sign in early SIGHUP signalhuanwen ren2018-01-251-3/+4
* | osd: use defined osd_required features for messenger policyYan Jun2018-02-041-6/+2
|/
* osd: Use unqualified encode/decodeAdam C. Emerson2018-01-101-1/+1
* ceph_osd.cc: [Cleanup] Drop legacy or redundant codeShinobu Kinjo2017-11-041-74/+87
* ceph-osd: mkkey before mkfsSage Weil2017-10-161-23/+23
* Merge pull request #15565 from gmayyyha/ceph-osd-help-outputSage Weil2017-09-021-0/+3
|\
| * ceph-osd: some flags are not documented in the help outputYanhu Cao2017-07-311-0/+3
* | Merge pull request #16594 from wjwithagen/wip-wjw-reduce-info-messagesSage Weil2017-08-111-2/+2
|\ \
| * | common: make some message informative, instead of errorWillem Jan Withagen2017-07-311-2/+2
| |/
* | Merge pull request #16717 from gmayyyha/osd-objectstore-20865Kefu Chai2017-08-031-0/+1
|\ \
| * | ceph-osd: fix auto detect which objectstore is currently runningYanhu Cao2017-08-011-0/+1
| |/
* / print more information when run ceph-osd with 'chech options'mychoxin2017-07-301-6/+6
|/
* HashIndex: randomize split threshold by a configurable amountJosh Durgin2017-06-151-0/+2
* Documentation Fixes for http://tracker.ceph.com/issues/19879Sameer Tiwari2017-06-071-0/+1
* Merge pull request #15176 from SUSE/wip-mgr-fix-helpSage Weil2017-06-021-1/+1
|\
| * osd/mon/mds: unify usage text, always use stdoutTim Serong2017-05-191-1/+1
* | Merge pull request #15055 from mogeb/wip-with-instrument-functionsKefu Chai2017-05-281-0/+7
|\ \
| * | tracing: add -finstrument-functions for OSDMohamad Gebai2017-05-251-0/+7
| |/
* / ceph_osd: remove client message cap limitHaomai Wang2017-05-051-5/+1
|/