summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* osd: distinguish between definitely healthy and definitely not unhealthySage Weil2013-05-292-8/+12
* osd: remove down hb peersSage Weil2013-05-291-4/+10
* osd: only add pg peers if activeSage Weil2013-05-291-17/+19
* osd: factor out _remove_heartbeat_peerSage Weil2013-05-292-12/+19
* osd: augment osd heartbeat peers with neighbors and randoms, to up some minSage Weil2013-05-293-16/+84
* osd: move health checks into a single helperSage Weil2013-05-292-3/+14
* osd: avoid duplicate mon requests for a new osdmapSage Weil2013-05-291-2/+2
* osd: tell peers that ping us if they are deadSage Weil2013-05-291-0/+7
* osd: simplify is_healthy() check during bootSage Weil2013-05-291-7/+2
* mon: disable tdump by defaultSage Weil2013-05-281-1/+1
* Merge remote-tracking branch 'gh/last'Sage Weil2013-05-2810-69/+104
|\
| * HashIndex: sync top directory during start_split,merge,col_splitSamuel Just2013-05-281-3/+12
| * Merge branch 'wip_scrub_tphandle' into nextSamuel Just2013-05-234-33/+66
| |\
| | * PG: ping tphandle during omap loop as wellSamuel Just2013-05-232-0/+8
| | * PG: reset timeout in _scan_list for each object, read chunkSamuel Just2013-05-231-0/+2
| | * OSD,PG: pass tphandle down to _scan_listSamuel Just2013-05-233-33/+56
| * | rgw: iterate usage entries from correct entryYehuda Sadeh2013-05-231-3/+16
| * | mon: drop unnecessary conditionalsSage Weil2013-05-231-5/+3
| * | Merge pull request #311 from ceph/wip-5102Sage Weil2013-05-234-30/+12
| |\ \
| | * | mon: Paxos: get rid of the 'prepare_bootstrap()' mechanismJoao Eduardo Luis2013-05-224-26/+4
| | * | mon: Paxos: finish queued proposals instead of clearing the listJoao Eduardo Luis2013-05-221-4/+6
| | * | mon: Paxos: finish_proposal() when we're finished recoveringJoao Eduardo Luis2013-05-221-0/+2
* | | | Merge branch 'wip-5172'Sage Weil2013-05-281-12/+20
|\ \ \ \
| * | | | osd: fix note_down_osdSage Weil2013-05-281-1/+1
| * | | | osd: fix hb con failure handlerSage Weil2013-05-281-11/+19
* | | | | Merge pull request #319 from dalgaaf/wip-da-pylint-3Sage Weil2013-05-281-5/+5
|\ \ \ \ \
| * | | | | ceph-disk: remove unnecessary semicolonsDanny Al-Gaaf2013-05-241-2/+2
| * | | | | ceph-disk: cast output of _check_output()Danny Al-Gaaf2013-05-241-1/+1
| * | | | | ceph-disk: fix undefined variableDanny Al-Gaaf2013-05-241-1/+1
| * | | | | ceph-disk: add missing spaces around operatorDanny Al-Gaaf2013-05-241-2/+2
* | | | | | Merge pull request #326 from dalgaaf/wip-da-CID-727978Sage Weil2013-05-281-0/+2
|\ \ \ \ \ \
| * | | | | | kv_flat_btree_async.cc: fix AioCompletion resource leakDanny Al-Gaaf2013-05-281-0/+2
* | | | | | | Merge pull request #325 from dalgaaf/wip-da-CID-727980Sage Weil2013-05-281-0/+2
|\ \ \ \ \ \ \
| * | | | | | | kv_flat_btree_async.cc: fix AioCompletion resource leakDanny Al-Gaaf2013-05-281-0/+2
| |/ / / / / /
* | | | | | | Merge pull request #324 from dalgaaf/wip-da-CID-727979Sage Weil2013-05-281-0/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | kv_flat_btree_async.cc: fix AioCompletion resource leakDanny Al-Gaaf2013-05-281-0/+2
| |/ / / / /
* | | | | | osd/OSDMap: fix Incremental dumpSage Weil2013-05-281-1/+3
* | | | | | Merge pull request #322 from guilhem/patch-1Sage Weil2013-05-281-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove mon socket in post-stopGuilhem Lettron2013-05-281-0/+5
* | | | | | osdmaptool: fix cli testsSage Weil2013-05-272-9/+9
* | | | | | Merge pull request #321 from dalgaaf/wip-da-CID-727981Sage Weil2013-05-271-0/+1
|\ \ \ \ \ \
| * | | | | | kv_flat_btree_async.cc: fix AioCompletion resource leakDanny Al-Gaaf2013-05-241-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #320 from dalgaaf/wip-da-CID-727983Sage Weil2013-05-271-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | kv_flat_btree_async.cc: fix resource leakDanny Al-Gaaf2013-05-241-0/+1
| |/ / / /
* | | | | pg_pool_t: enable FLAG_HASHPSPOOL by defaultSamuel Just2013-05-243-0/+8
|/ / / /
* | | | Merge pull request #312 from ceph/wip-osd-hbSage Weil2013-05-2315-168/+336
|\ \ \ \
| * | | | osd: ping both front and back interfacesSage Weil2013-05-223-67/+142
| * | | | msgr: add Messenger reference to ConnectionSage Weil2013-05-224-4/+7
| * | | | msgr: take an arbitrary set of ports to avoid binding toSage Weil2013-05-226-20/+24
| * | | | osd: bind front heartbeat messenger to public_addrSage Weil2013-05-222-10/+34