Comment 23 for bug 1372547

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

Reviewed: https://review.openstack.org/168504
Committed: https://git.openstack.org/cgit/stackforge/fuel-astute/commit/?id=92a8940aca60902668c9e962b755d02742fbbe5f
Submitter: Jenkins
Branch: master

commit 92a8940aca60902668c9e962b755d02742fbbe5f
Author: Ryan Moe <email address hidden>
Date: Thu Mar 26 13:18:17 2015 -0700

    Correctly erase partitions containing a 'p' in their name

    The previous glob would fail to match partitions names that
    contained a 'p' in them. Partitions would not be erased when
    using cciss or nvme devices. nvme devices also have a major
    number of 259 (only in 2.6 kernels) which has been added to
    STORAGE_CODES.

    Change-Id: Ie40afcb29e31c85c2c6021187601d66321fe3a05
    Related-bug: #1372547