summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mon: MonitorDBStore: use get() on exists() instead of lower_bound()wip-4521Joao Eduardo Luis2013-04-241-0/+6
* mon: MonitorDBStore: force exists(str,v) to use our own exists(str,str)Joao Eduardo Luis2013-04-241-1/+2
* MonitorDBStore fooJoao Eduardo Luis2013-04-231-1/+1
* barJoao Eduardo Luis2013-04-231-0/+3
* ceph_mon_kvstore_fix: fooJoao Eduardo Luis2013-04-231-0/+4
* ceph.install: add ceph_mon_kvstore_fixDanny Al-Gaaf2013-04-231-0/+1
* ceph.spec.in: add ceph_mon_kvstore_fix to ceph packageDanny Al-Gaaf2013-04-231-0/+1
* mon: ceph_mon_kvstore_fix: fix store conversion bug manuallyJoao Eduardo Luis2013-04-233-0/+747
* mon: MonitorDBStore: allow function override when inheriting the classJoao Eduardo Luis2013-04-231-4/+4
* mon: MonitorDBStore: use stringify()Joao Eduardo Luis2013-04-231-15/+6
* ceph-disk: OSD hotplug fixes for CentosGary Lowell2013-04-227-23/+131
* doc: Usage requires --num_osds.John Wilkins2013-04-221-1/+1
* doc: Added some detail. Calculating PGs, maps; reorganized a bit.John Wilkins2013-04-221-117/+216
* Merge pull request #234 from ceph/wip-4758Gregory Farnum2013-04-224-2/+10
|\
| * mon: commit LogSummary on every messageSage Weil2013-04-222-1/+6
| * mon: set threshold to periodically stash_fullSage Weil2013-04-222-1/+4
|/
* Merge pull request #230 from ceph/wip-mon-paxos-fixesSage Weil2013-04-227-9/+40
|\
| * mon: PaxosService: fix trim criteria so to avoid constantly trimmingJoao Eduardo Luis2013-04-186-7/+38
| * mon: Paxos: increase debug levels for proposal listingJoao Eduardo Luis2013-04-181-2/+2
* | Merge pull request #225 from ceph/wip-4543Gregory Farnum2013-04-226-28/+155
|\ \
| * | ceph-mon: Attempt to obtain monmap from several possible sourcesJoao Eduardo Luis2013-04-221-19/+58
| * | mon: Monitor: backup monmap prior to starting a store syncJoao Eduardo Luis2013-04-222-8/+54
| * | mon: MonmapMonitor: add function to obtain latest monmapJoao Eduardo Luis2013-04-222-0/+33
| * | mon: PaxosService: add 'exists_key/version' helper functionsJoao Eduardo Luis2013-04-221-1/+10
* | | rgw: don't send tail to gc if copying object to itselfYehuda Sadeh2013-04-222-2/+6
* | | Merge pull request #232 from ceph/wip-4710Josh Durgin2013-04-221-4/+8
|\ \ \
| * | | rbd: only set STRIPINGV2 feature when neededSage Weil2013-04-221-1/+3
| * | | rbd: fix feature display for --infoSage Weil2013-04-221-3/+5
* | | | Merge pull request #233 from ceph/wip-mon-idempotentSage Weil2013-04-221-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | mon: make 'osd pool rmsnap ...' idempotentSage Weil2013-04-221-1/+1
| * | | mon: make 'osd pool mksnap ...' idempotentSage Weil2013-04-221-1/+1
| * | | mon: make 'osd blacklist rm ...' idempotentSage Weil2013-04-221-1/+1
|/ / /
* | | rbd: avoid clobbering return value with udevadm settleSage Weil2013-04-221-3/+3
* | | FileJournal: a valid entry after invalid entry =/=> corruptSamuel Just2013-04-221-33/+0
* | | radosgw: Fix duplicate 'Content-Type' when using 'response-content-type'Sylvain Munaut2013-04-221-2/+3
* | | ceph-create-keys: Don't wait if permission deniedGary Lowell2013-04-211-6/+14
* | | doc: Aesthetic improvements. Removed unnecessary graphic and overrode margin ...John Wilkins2013-04-201-4/+1
* | | doc: Added a scenario to PG troubleshooting.John Wilkins2013-04-201-0/+12
* | | doc: Changed usage to "bucket-name". Description was okay.John Wilkins2013-04-201-1/+1
* | | Merge branch 'wip-4201' into nextDavid Zafman2013-04-196-80/+1128
|\ \ \
| * | | tools/ceph-filestore-dump: Implement remove, export and importDavid Zafman2013-04-191-61/+1073
| * | | tools/ceph-filestore-dump: Error messages lost because stderr is closedDavid Zafman2013-04-191-10/+11
| * | | osd: Make clear_temp() public for use by removeDavid Zafman2013-04-191-2/+1
| * | | osd: Add flag to force version write in _write_info()David Zafman2013-04-192-3/+3
| * | | osd: Create static PG::_write_log() functionDavid Zafman2013-04-192-4/+11
| * | | osd: Create new static function PG::_write_info() for use by PG importDavid Zafman2013-04-192-5/+27
| * | | osd: Add OSD::make_infos_oid() as common function to create oidDavid Zafman2013-04-192-1/+5
| * | | filestore, osd: Fixes to comform to programming guidelinesDavid Zafman2013-04-192-3/+6
* | | | Merge branch 'wip_4662_clean' into nextSamuel Just2013-04-1912-109/+343
|\ \ \ \
| * | | | ReplicatedPG::_finish_mark_all_unfound_lost: only requeue if !deletingSamuel Just2013-04-191-1/+2