]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
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)
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>

Trivial merge