summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * debian: fix ceph.installSage Weil2013-04-261-4/+4
| * Makefile.am: install ceph-* python scripts to /usr/bin directlyDanny Al-Gaaf2013-04-261-2/+7
| * ceph-disk: CalledProcessError has no output keyword on 2.6Gary Lowell2013-04-261-2/+4
| * ceph-disk: fix some (local) variable namesDanny Al-Gaaf2013-04-261-36/+37
| * ceph-disk: fix naming of local variable in is_mounted()Danny Al-Gaaf2013-04-261-4/+4
| * ceph-disk: merge twice defined function is_mounted(dev)Danny Al-Gaaf2013-04-261-21/+11
| * ceph-disk: define exception typeDanny Al-Gaaf2013-04-261-2/+2
| * ceph-disk: fix Redefining name 'uuid' from outer scopeDanny Al-Gaaf2013-04-261-6/+6
| * ceph-disk: add missing space after commaDanny Al-Gaaf2013-04-261-2/+2
| * ceph-disk list: say 'unknown cluster $UUID' when cluster is unknownSage Weil2013-04-261-0/+2
| * ceph-disk: handle missing journal_uuid field gracefullySage Weil2013-04-261-5/+7
| * ceph-disk: implement 'list'Sage Weil2013-04-261-9/+178
| * ceph-disk: reimplement list_all_partitionsSage Weil2013-04-261-18/+15
| * ceph-disk: reimplement is_partitionSage Weil2013-04-261-3/+16
| * ceph-disk: conditionally remove mount pathSage Weil2013-04-261-2/+3
| * ceph-disk: ignore udevadm settle return codeSage Weil2013-04-261-3/+3
| * ceph-disk: rename some local variabels in list_*partitionsDanny Al-Gaaf2013-04-261-14/+14
| * ceph-disk: fix naming of a local variable in find_cluster_by_uuidDanny Al-Gaaf2013-04-261-3/+3
| * ceph-disk: rename some constants to upper case variable namesDanny Al-Gaaf2013-04-261-41/+41
| * ceph-disk: add some more docstringsDanny Al-Gaaf2013-04-261-1/+64
| * ceph-disk: print subprocess.CalledProcessError on errorDanny Al-Gaaf2013-04-261-3/+3
| * ceph-disk: fix indentionDanny Al-Gaaf2013-04-261-1/+1
| * ceph-disk: udevadm settle before partprobeGary Lowell2013-04-261-0/+24
| * ceph-disk: re-add python 2.7 dependency commentSage Weil2013-04-261-0/+1
| * ceph-disk: cast output of subprocess.Popen() to str()Danny Al-Gaaf2013-04-261-3/+3
| * ceph-disk: fix adjust_symlink() replace 'journal' with 'target'Danny Al-Gaaf2013-04-261-1/+1
| * ceph-disk: fix adjust_symlink() replace 'canonical' with 'path'Danny Al-Gaaf2013-04-261-7/+7
| * ceph-disk: there is no os.path.lstat use os.lstatDanny Al-Gaaf2013-04-261-1/+1
| * ceph-disk: remove unused variable key from prepare_journal_dev()Danny Al-Gaaf2013-04-261-1/+0
| * ceph-disk: fix except to catch OSErrorDanny Al-Gaaf2013-04-261-3/+3
| * ceph-disk: add missing space after >> operatorDanny Al-Gaaf2013-04-261-1/+1
| * fix: Redefining name 'uuid' from outer scope (line 14)Danny Al-Gaaf2013-04-261-10/+10
| * ceph-disk: remove unused variables from list_partitions()Danny Al-Gaaf2013-04-261-1/+1
| * ceph-disk: fix /dev/dm-[0-9] handling list_all_partitions()Danny Al-Gaaf2013-04-261-1/+5
| * ceph-disk: rename local variable shadowing builtinDanny Al-Gaaf2013-04-261-3/+3
| * ceph-disk: remove twice defined identical function unmountDanny Al-Gaaf2013-04-261-15/+1
| * ceph-disk: remove twice defined function mountDanny Al-Gaaf2013-04-261-34/+0
| * ceph-disk: remove double defined function get_confDanny Al-Gaaf2013-04-261-32/+1
| * ceph-disk: rename local variable shadowing builtinDanny Al-Gaaf2013-04-261-3/+3
| * ceph-disk: install and packageSage Weil2013-04-263-0/+4
| * ceph-disk: simplify command dispatchSage Weil2013-04-261-13/+43
| * ceph-disk: consolidate exceptionsSage Weil2013-04-261-110/+97
| * ceph-disk: consolidate ceph-disk-* into a single binarySage Weil2013-04-263-1764/+1727
| * ceph-disk-prepare: 'mkfs -t' instead of 'mkfs --type='Sage Weil2013-04-261-1/+2
| * ceph-disk-activate: identify cluster .conf by fsidSage Weil2013-04-261-2/+26
| * ceph-disk-activate: abort if target position is already mountedSage Weil2013-04-261-1/+9
| * Revert "ceph-disk-activate: rely on default/configured keyring path"Sage Weil2013-04-261-0/+1
| * Revert "ceph-disk-activate: don't override default or configured osd journal ...Sage Weil2013-04-261-0/+1
| * ceph-disk-activate: rely on default/configured keyring pathSage Weil2013-04-261-1/+0
| * ceph-disk-activate: don't override default or configured osd journal pathSage Weil2013-04-261-1/+0