summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.67.7v0.67.7Ken Dreyer2014-02-192-3/+9
* radosgw-admin: fix object policy read opYehuda Sadeh2014-02-162-13/+28
* Merge pull request #1243 from dachary/wip-ceph-disk-dumplingSage Weil2014-02-153-1/+245
|\
| * ceph-disk: unit testsLoic Dachary2014-02-154-23/+245
* | add autotools-generated files to .gitignoreKen Dreyer2014-02-152-0/+3
* | ceph-disk: cannot run unit testsLoic Dachary2014-02-151-22/+0
|/
* Revert "librbd: remove limit on number of objects in the cache"Sage Weil2014-02-141-1/+9
* os/FileStore: fix ENOENT error code for getattrs()Sage Weil2014-02-141-0/+4
* test/filestore/run_seed_to.sh: avoid obsolete --filestore-xattr-use-omapSage Weil2014-02-141-5/+4
* 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