]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Merge pull request #7001 from dachary/wip-14145-infernalis
authorLoic Dachary <loic@dachary.org>
Thu, 7 Jan 2016 14:06:32 +0000 (15:06 +0100)
committerLoic Dachary <loic@dachary.org>
Thu, 7 Jan 2016 14:06:32 +0000 (15:06 +0100)
commit9dc5e6cbf85681d0fb9ab249c571672456eb6556
treec7d7964dc0d5c4a0974785571b97346ca1cbebd1
parent64fab4f080c5b7d79b51b8db8c71428b507efec5
parent5798d1e76c380182472d08ec6f62ebe0f1a9897e
Merge pull request #7001 from dachary/wip-14145-infernalis

infernalis: ceph-disk: use blkid instead of sgdisk -i

On CentOS 7.1 and other operating systems with a version of udev greater or equal to 214,
running ceph-disk prepare triggered unexpected removal and addition of partitions on
the disk being prepared. That created problems ranging from the OSD not being activated
to failures because /dev/sdb1 does not exist although it should.

Reviewed-by: Sage Weil <sage@redhat.com>