summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release build 67.6v0.67.6Alfredo Deza2014-02-132-1/+7
* Merge pull request #1232 from ceph/dumpling-7334Sage Weil2014-02-132-243/+504
|\
| * add support for absence of PATHAlfredo Deza2014-02-121-1/+1
| * ceph-disk: make initial journal files 0 bytesSage Weil2014-02-121-8/+5
| * alert the user about error messages from partxAlfredo Deza2014-02-121-2/+5
| * use partx for red hat or centos instead of partprobeAlfredo Deza2014-02-121-14/+79
| * ceph-disk: run the right executables from udevJosh Durgin2014-02-121-60/+55
| * ceph-disk: implement --sysconfdir as /etc/cephLoic Dachary2014-02-121-4/+18
| * ceph-disk: implement --statedir as /var/lib/cephLoic Dachary2014-02-121-17/+36
| * ceph-disk: add copyright noticeLoic Dachary2014-02-121-0/+16
| * ceph-disk: create the data directory if it does not existLoic Dachary2014-02-121-1/+4
| * ceph-disk: run ceph-osd when --mark-init=noneLoic Dachary2014-02-121-0/+12
| * ceph-disk: implement --mark-init=noneLoic Dachary2014-02-121-31/+37
| * ceph-disk: fsid is a known configuration optionLoic Dachary2014-02-121-1/+1
| * ceph-disk: use CalledProcessError.returncodeLoic Dachary2014-02-121-1/+1
| * ceph-disk: display the command output on OSD creation failureLoic Dachary2014-02-121-1/+1
| * ceph-disk: which() uses PATH firstLoic Dachary2014-02-121-2/+8
| * ceph-disk: add --prepend-to-path to control executionLoic Dachary2014-02-121-7/+16
| * ceph-disk: make exception handling terse in main_activate_journalLoic Dachary2014-02-121-4/+1
| * ceph-disk: do not hide main_activate() exceptionsLoic Dachary2014-02-121-2/+1
| * ceph-disk: fix activate() indentLoic Dachary2014-02-121-67/+67
| * ceph-disk: remove noop try:Loic Dachary2014-02-121-4/+0
| * ceph-disk: fix Error() messages formattingLoic Dachary2014-02-121-7/+7
| * ceph-disk: prepare --data-dir must not override filesLoic Dachary2014-02-122-2/+31
| * ceph-disk: zap needs at least one deviceLoic Dachary2014-02-121-1/+1
| * use the new get_command helper in check_callAlfredo Deza2014-02-121-1/+1
| * use the absolute path for executables if foundAlfredo Deza2014-02-121-3/+12
| * remove trailing semicolonAlfredo Deza2014-02-121-1/+1
| * replace sgdisk subprocess calls with a helperAlfredo Deza2014-02-121-30/+107
| * Call --mbrtogpt on journal run of sgdisk should the drive require a GPT table.Jonathan Davies2014-02-121-0/+1
| * ceph-disk: blacklist /dev/fd0Loic Dachary2014-02-121-0/+3
| * Make fsid comparison case-insensitivegit-harry2014-02-121-5/+10
* | common,os: Remove filestore_xattr_use_omap optionDavid Zafman2014-02-122-70/+56
* | librbd: remove limit on number of objects in the cacheJosh Durgin2014-02-121-9/+1
* | ObjectCacher: use uint64_t for target and max valuesJosh Durgin2014-02-122-6/+8
* | ObjectCacher: remove max_bytes and max_ob arguments to trim()Josh Durgin2014-02-122-13/+8
|/
* Merge pull request #1210 from dachary/dumplingSage Weil2014-02-118-2/+126
|\
| * common: admin socket fallback to json-pretty formatLoic Dachary2014-02-118-2/+126
* | qa: add script for testing rados client timeout optionsJosh Durgin2014-02-101-0/+47
* | rados: check return values for commands that can now failJosh Durgin2014-02-101-6/+23
* | librados: check and return on error so timeouts workJosh Durgin2014-02-102-6/+16
* | msg/Pipe: add option to restrict delay injection to specific msg typeJosh Durgin2014-02-102-2/+5
* | MonClient: add a timeout on commands for libradosJosh Durgin2014-02-102-2/+35
* | Objecter: implement mon and osd operation timeoutsJosh Durgin2014-02-109-38/+279
* | librados: add timeout to wait_for_osdmap()Josh Durgin2014-02-102-10/+39
* | conf: add options for librados timeoutsJosh Durgin2014-02-101-0/+3
|/
* test_striper: fix warningSage Weil2014-02-091-1/+1
* crushtool: add cli test for off-by-one tries vs retries bugSage Weil2014-02-082-0/+10259
* client: use 64-bit value in sync read eof logicSage Weil2014-02-031-1/+1
* osd: do not send peering messages during initSage Weil2014-01-311-1/+2