summaryrefslogtreecommitdiff
path: root/src/ceph-disk
Commit message (Expand)AuthorAgeFilesLines
* 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
* ceph-disk: fix stat errors with new suppress codeSage Weil2013-05-211-4/+4
* ceph-disk: add '[un]suppress-activate <dev>' commandSage Weil2013-05-131-0/+92
* ceph-disk: use separate lock files for prepare, activateSage Weil2013-05-061-7/+8
* ceph-disk: tolerate /sbin/service or /usr/sbin/serviceSage Weil2013-04-301-1/+5
* ceph-disk: OSD hotplug fixes for CentosGary Lowell2013-04-221-21/+57
* Fix journal partition creationAlexandre Marangone2013-04-191-4/+2
* ceph-disk: CalledProcessError has no output keyword on 2.6Gary Lowell2013-04-021-2/+4
* ceph-disk: fix some (local) variable namesDanny Al-Gaaf2013-04-021-36/+37
* ceph-disk: fix naming of local variable in is_mounted()Danny Al-Gaaf2013-04-021-4/+4
* ceph-disk: merge twice defined function is_mounted(dev)Danny Al-Gaaf2013-04-021-21/+11
* ceph-disk: define exception typeDanny Al-Gaaf2013-04-021-2/+2
* ceph-disk: fix Redefining name 'uuid' from outer scopeDanny Al-Gaaf2013-04-021-6/+6
* ceph-disk: add missing space after commaDanny Al-Gaaf2013-04-021-2/+2
* ceph-disk list: say 'unknown cluster $UUID' when cluster is unknownSage Weil2013-03-291-0/+2
* ceph-disk: handle missing journal_uuid field gracefullySage Weil2013-03-291-5/+7
* Merge pull request #166 from ceph/wip-disk-listSage Weil2013-03-291-30/+209
|\
| * ceph-disk: implement 'list'Sage Weil2013-03-281-9/+178
| * ceph-disk: reimplement list_all_partitionsSage Weil2013-03-271-18/+15
| * ceph-disk: reimplement is_partitionSage Weil2013-03-271-3/+16
* | ceph-disk: conditionally remove mount pathSage Weil2013-03-271-2/+3
* | ceph-disk: ignore udevadm settle return codeSage Weil2013-03-271-3/+3
|/
* Merge pull request #144 from dalgaaf/wip-da-ceph-diskSage Weil2013-03-261-63/+126
|\
| * ceph-disk: rename some local variabels in list_*partitionsDanny Al-Gaaf2013-03-251-14/+14
| * ceph-disk: fix naming of a local variable in find_cluster_by_uuidDanny Al-Gaaf2013-03-251-3/+3
| * ceph-disk: rename some constants to upper case variable namesDanny Al-Gaaf2013-03-251-41/+41
| * ceph-disk: add some more docstringsDanny Al-Gaaf2013-03-251-1/+64
| * ceph-disk: print subprocess.CalledProcessError on errorDanny Al-Gaaf2013-03-251-3/+3
| * ceph-disk: fix indentionDanny Al-Gaaf2013-03-251-1/+1
* | ceph-disk: udevadm settle before partprobeGary Lowell2013-03-261-0/+24
|/
* ceph-disk: re-add python 2.7 dependency commentSage Weil2013-03-221-0/+1
* ceph-disk: cast output of subprocess.Popen() to str()Danny Al-Gaaf2013-03-201-3/+3
* ceph-disk: fix adjust_symlink() replace 'journal' with 'target'Danny Al-Gaaf2013-03-201-1/+1
* ceph-disk: fix adjust_symlink() replace 'canonical' with 'path'Danny Al-Gaaf2013-03-201-7/+7
* ceph-disk: there is no os.path.lstat use os.lstatDanny Al-Gaaf2013-03-201-1/+1
* ceph-disk: remove unused variable key from prepare_journal_dev()Danny Al-Gaaf2013-03-201-1/+0
* ceph-disk: fix except to catch OSErrorDanny Al-Gaaf2013-03-201-3/+3
* ceph-disk: add missing space after >> operatorDanny Al-Gaaf2013-03-201-1/+1
* fix: Redefining name 'uuid' from outer scope (line 14)Danny Al-Gaaf2013-03-201-10/+10
* ceph-disk: remove unused variables from list_partitions()Danny Al-Gaaf2013-03-201-1/+1
* ceph-disk: fix /dev/dm-[0-9] handling list_all_partitions()Danny Al-Gaaf2013-03-201-1/+5
* ceph-disk: rename local variable shadowing builtinDanny Al-Gaaf2013-03-191-3/+3
* ceph-disk: remove twice defined identical function unmountDanny Al-Gaaf2013-03-191-15/+1
* ceph-disk: remove twice defined function mountDanny Al-Gaaf2013-03-191-34/+0
* ceph-disk: remove double defined function get_confDanny Al-Gaaf2013-03-191-32/+1
* ceph-disk: rename local variable shadowing builtinDanny Al-Gaaf2013-03-191-3/+3
* ceph-disk: simplify command dispatchSage Weil2013-03-191-13/+43