Comment 13 for bug 1323343

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-astute (master)

Reviewed: https://review.openstack.org/107793
Committed: https://git.openstack.org/cgit/stackforge/fuel-astute/commit/?id=9f1e69aa3a2fe7a6093fa50596d6931826d93a09
Submitter: Jenkins
Branch: master

commit 9f1e69aa3a2fe7a6093fa50596d6931826d93a09
Author: Ryan Moe <email address hidden>
Date: Thu Jul 17 11:30:29 2014 -0700

    Wipe each partition for all disks when removing nodes

    If partitions are not wiped then old formatted filesystems
    will show up if a parititon is created at the same point as
    the previous one. This will cause ceph-deploy to fail when
    bringing up an OSD. Ceph will see an XFS filesystem and the
    correct partition GUID and auto-mount the partition prior to
    activating the OSD.

    Change-Id: I2b71ec429ac1982f3df585423ca0818b294d8210
    Closes-bug: #1323343