summaryrefslogtreecommitdiff
path: root/src/ceph-disk
Commit message (Expand)AuthorAgeFilesLines
* ceph-disk: fix mount options passed to move_mountSage Weil2013-08-091-0/+6
* make sure we are using the mount optionsAlfredo Deza2013-08-081-0/+4
* ceph-disk: use new dumpling-style osd caps if we can, or fall back to old-sty...Alfredo Deza2013-07-251-17/+36
* ceph-disk: use new get_dev_path helper for listSage Weil2013-07-241-4/+4
* ceph-disk: use /sys/block to determine partition device namesSage Weil2013-07-161-1/+24
* ceph-disk: reimplement is_partition() using /sys/blockSage Weil2013-07-161-16/+9
* ceph-disk: use get_dev_name() helper throughoutSage Weil2013-07-161-4/+4
* ceph-disk: refactor list_[all_]partitionsSage Weil2013-07-161-32/+19
* ceph-disk: add get_dev_name, path helpersSage Weil2013-07-161-0/+25
* ceph-disk: rely on /dev/disk/by-partuuid instead of special-casing journal sy...Sage Weil2013-07-161-34/+3
* Get device-by-path by looking for it instead of assuming 3rd entry.Sandon Van Ness2013-07-101-1/+7
* ceph-disk: handle /dev/foo/bar devices throughoutSage Weil2013-07-021-4/+4
* ceph-disk: make is_held() smarter about full disksSage Weil2013-07-021-7/+14
* ceph-disk: s/else if/elif/Greg Farnum2013-06-271-1/+1
* ceph-disk: do not mount over an osd directly in /var/lib/ceph/osd/$cluster-$idSage Weil2013-06-261-0/+7
* ceph-disk: use unix lock instead of lockfile classSage Weil2013-06-191-3/+25
* ceph-disk: make list_partition behave with unusual device namesAlexandre Maragone2013-06-191-9/+4
* ceph-disk: add some notes on wth we are up toSage Weil2013-06-171-0/+42
* ceph-disk: clear TERM to avoid libreadline hijinxSage Weil2013-06-171-0/+5
* ceph-disk: do not stop activate-all on first failureSage Weil2013-06-171-2/+9
* ceph-disk: add 'activate-all'Sage Weil2013-06-171-0/+52
* ceph-disk: do not use mount --move (or --bind)Sage Weil2013-06-141-2/+19
* ceph-disk: work around buggy rhel/centos partedSage Weil2013-06-141-0/+5
* ceph-disk: implement 'activate-journal'Sage Weil2013-06-131-0/+82
* ceph-disk: call partprobe outside of the prepare lock; drop udevadm settleSage Weil2013-06-131-31/+13
* ceph-disk: add 'zap' commandSage Weil2013-06-131-0/+14
* ceph-disk: extra dash in error messageDan Mick2013-06-121-1/+1
* 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