summaryrefslogtreecommitdiff
path: root/src/ceph_osd.cc
Commit message (Expand)AuthorAgeFilesLines
* osd: Make --get-journal-fsid not really start the osd.Sage Weil2012-10-051-7/+8
* osd: close stderr on daemonizeSage Weil2012-06-191-2/+2
* ceph_osd: move auto-upgrade to after forkSamuel Just2012-06-181-4/+11
* misc assert #include cleanup, hackerySage Weil2012-06-071-1/+1
* make everyone use our assert #include and macroSage Weil2012-06-061-0/+2
* OSD,FileStore: clean up filestore convsersionSamuel Just2012-06-051-2/+5
* OSD: exit(0) once filestore is convertedSamuel Just2012-06-051-8/+3
* osd: do not clobber existing key with --mkkeySage Weil2012-05-231-10/+18
* osd: --get-{osd,journal}-uuid synonyms for --get-{osd,journal}-fsidSage Weil2012-05-011-2/+2
* msgr: name messengersSage Weil2012-04-301-6/+6
* throttle: feed cct, name, and add loggingSage Weil2012-04-301-1/+2
* osd: fix heartbeat set_port()Sage Weil2012-04-101-1/+2
* osd: allow users to specify the osd heartbeat server address.Greg Farnum2012-04-101-2/+4
* Merge remote-tracking branch 'gh/wip-log'Sage Weil2012-03-301-0/+2
|\
| * log: new logging infrastructureSage Weil2012-03-271-0/+2
* | osd: rename hbin -> hbclient, hbout -> hbserverSage Weil2012-03-301-14/+14
* | osd: simplify heartbeat logicSage Weil2012-03-301-0/+5
|/
* msgr: switch all users over to abstract interfaceSage Weil2012-03-141-13/+13
* config: alternative config options for global_init()Yehuda Sadeh2012-03-121-1/+1
* msgr: remove SimpleMessenger::get_ms_addr() in favor of Messenger::get_myaddrGreg Farnum2012-03-071-1/+1
* msgr: remove refcounting of Messengers.Greg Farnum2012-03-021-4/+4
* msgr: make nonce a required part of the SimpleMessenger constructor.Greg Farnum2012-03-021-8/+12
* msgr: Require that init functions are called before bind() and start().Greg Farnum2012-03-021-15/+15
* msgr: Remove the SimpleMessenger::bind() nonce parameter.Greg Farnum2012-03-021-4/+7
* msgr: Remove the SimpleMessenger start/start_with_nonce distinction.Greg Farnum2012-03-021-2/+3
* msgr: Remove SimpleMessenger::register_entityGreg Farnum2012-03-021-9/+4
* osd: unregister signal handlers on shutdownSage Weil2012-02-291-0/+4
* ceph-osd: clarify error messagesSage Weil2012-02-281-2/+2
* msgr: promote SimpleMessenger::Policy to Messenger::PolicySage Weil2012-02-181-15/+15
* osd: install async signal handlers for SIG{HUP,INT,TERM}Sage Weil2012-02-141-5/+21
* add CEPH_FEATURE_OSDENCSage Weil2012-02-131-2/+4
* osd: PG::Log::Entry -> pg_log_entry_tSage Weil2012-02-011-1/+1
* features: #include ceph_features directly where neededSage Weil2012-01-231-0/+1
* osd: implement --dump-journalSage Weil2012-01-201-0/+19
* Merge remote branch 'gh/wip-backfill'Sage Weil2012-01-171-0/+3
|\
| * msgr: explicitly specify internal cluster protocolSage Weil2012-01-041-0/+4
* | osd: fix bind error checksSage Weil2012-01-171-2/+2
* | osd: abort on startup if we fail to bind to a portSage Weil2012-01-171-1/+7
|/
* osd: --get-journal-fsidSage Weil2011-12-191-0/+10
* osd: --get-osd-fsid and --get-cluster-fsidSage Weil2011-12-191-3/+18
* global: make daemon banner print explicitSage Weil2011-12-011-0/+2
* mds, osd, synclient: Pick cluster_addr/public_addr based on *_network.Tommi Virtanen2011-11-211-0/+3
* osd: Remove unused variable.Tommi Virtanen2011-11-211-1/+0
* use libuuid for fsidSage Weil2011-11-111-1/+2
* osdN -> osd.NSage Weil2011-09-271-2/+2
* rename source files c* -> ceph-*Sage Weil2011-09-231-0/+363