Comment 6 for bug 1323343

Revision history for this message
Vladimir Grujic (hyperbaba) wrote : Re: ceph-deploy osd prepare node-5:/dev/vdb2 returned 1 instead of one of [0]

The problem is in redeployment scenarios.
ceph-deploy creates an gpt partition on osd disk and tries to format it using mkfs_xfs.
Mkfs_xfs itself has a check for already existing xfs filesystem on partition and refuzes to format the partition.
I think not only lvm leftovers brake ceph recepie but this problem also.