summaryrefslogtreecommitdiff
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* osd: wait for healthy pings from peers in waiting-for-healthy stateSage Weil2013-05-292-23/+80
* 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-292-16/+83
* 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
* Merge remote-tracking branch 'gh/last'Sage Weil2013-05-283-33/+65
|\
| * Merge branch 'wip_scrub_tphandle' into nextSamuel Just2013-05-233-33/+65
| |\
| | * PG: ping tphandle during omap loop as wellSamuel Just2013-05-231-0/+7
| | * 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
* | | osd: fix note_down_osdSage Weil2013-05-281-1/+1
* | | osd: fix hb con failure handlerSage Weil2013-05-281-11/+19
* | | osd/OSDMap: fix Incremental dumpSage Weil2013-05-281-1/+3
* | | pg_pool_t: enable FLAG_HASHPSPOOL by defaultSamuel Just2013-05-241-0/+4
* | | Merge pull request #312 from ceph/wip-osd-hbSage Weil2013-05-234-121/+253
|\ \ \
| * | | osd: ping both front and back interfacesSage Weil2013-05-222-67/+138
| * | | msgr: take an arbitrary set of ports to avoid binding toSage Weil2013-05-221-5/+7
| * | | osd: bind front heartbeat messenger to public_addrSage Weil2013-05-221-3/+20
| * | | osd: send hb front addr to monitor at bootSage Weil2013-05-221-8/+10
| * | | osd: create front and back hb messenger instancesSage Weil2013-05-222-14/+23
| * | | osd/OSDMap: encode front heartbeat addrSage Weil2013-05-222-5/+36
| * | | osd/OSDMap: hb_addr -> hb_back_addrSage Weil2013-05-223-19/+19
| * | | osd/OSDMap: new_hb_up -> new_hb_back_upSage Weil2013-05-222-6/+6
| * | | osd/OSDMap: new_up_internal -> new_up_clusterSage Weil2013-05-222-6/+6
* | | | Merge branch 'next'Sage Weil2013-05-231-15/+14
|\ \ \ \ | | |/ / | |/| |
| * | | osd: skip mark-me-down message if osd is not upSage Weil2013-05-221-15/+14
* | | | osd: Add asserts for seg faults caused by corrupt OSDsDavid Zafman2013-05-221-0/+6
| |/ / |/| |
* | | PG: kill some dead IndexedLog methodsSamuel Just2013-05-201-11/+0
* | | OSD: kill old split code, it's been dead for a whileSamuel Just2013-05-202-160/+0
* | | Merge pull request #290 from dalgaaf/wip-da-SCA-cppcheck-v2Sage Weil2013-05-161-1/+0
|\ \ \
| * | | osd/OSD.cc: remove unused variableDanny Al-Gaaf2013-05-161-1/+0
* | | | OSD: After repairs finish a new deep-scrub should be avoidedDavid Zafman2013-05-151-1/+11
* | | | OSD: Repair with 0 fixed doesn't complete properlyDavid Zafman2013-05-151-1/+1
|/ / /
* | | Merge branch 'wip-5049'David Zafman2013-05-141-13/+18
|\ \ \ | |/ / |/| |
| * | OSD: scrub interval checkingDavid Zafman2013-05-141-13/+13
| * | OSD: Don't scrub newly created PGs until min intervalDavid Zafman2013-05-141-0/+5
* | | Merge remote-tracking branch 'gh/next'Sage Weil2013-05-134-48/+72
|\ \ \
| * | | PG: subset_last_update must be at least log.tailSamuel Just2013-05-131-1/+1
| * | | PG,OSD: delay ops for map prior to queueing in the OpWQSamuel Just2013-05-094-13/+58
| * | | PG: rename must_delay_request to op_must_wait_for_map, make staticSamuel Just2013-05-082-3/+11
| * | | PG: reassert_lock_with_map_lock_held() is deadSamuel Just2013-05-082-11/+0
| * | | OSD,PG: lock_with_map_lock_held() is the same as lock()Samuel Just2013-05-083-21/+3
* | | | PG: fix some brace stylingSamuel Just2013-05-131-2/+4
| |/ / |/| |
* | | OSD: We need to wait on CLEARING_DIR, not DELETED_DIRSamuel Just2013-05-131-4/+4
* | | Merge pull request #274 from dalgaaf/wip-da-fix-osd_hathanatos2013-05-131-1/+1
|\ \ \