summaryrefslogtreecommitdiff
path: root/src/ceph-disk
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* ceph-disk: consolidate exceptionsSage Weil2013-03-191-110/+97
* ceph-disk: consolidate ceph-disk-* into a single binarySage Weil2013-03-191-0/+1721