GPT labels still being missed on storage nodes with older udev
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
High
|
Paul Bourke | ||
Newton |
Won't Fix
|
High
|
Unassigned | ||
Ocata |
Fix Released
|
High
|
Paul Bourke |
Bug Description
As part of change I362b3f8e91de79
Unfortunately the check for udev version is unreliable, as it is returning the version of the udev userspace tools installed within the container rather than on the host.
As well as this, we're seeing the find_disks.py having trouble reading the UUID of a partition via udev. The test system is Oracle VM 3.4.2 which was released earlier this year, but has an old udev (derivative of RHEL 6).
Even if we use Ansible to query the host's version of udev and pass that through to the container, querying the above disk attributes is a lottery on older systems without a reliable reference of which versions of udev support which operations. Hence we should give operators a reliable way to toggle it's usage.
Changed in kolla: | |
milestone: | none → newton-rc2 |
importance: | Undecided → Critical |
importance: | Critical → High |
assignee: | nobody → Paul Bourke (pauldbourke) |
Changed in kolla: | |
milestone: | newton-rc2 → ocata-1 |
description: | updated |
description: | updated |
Changed in kolla: | |
milestone: | ocata-1 → ocata-2 |
Changed in kolla: | |
milestone: | ocata-2 → ocata-3 |
Changed in kolla: | |
milestone: | ocata-3 → ocata-rc1 |
Changed in kolla: | |
milestone: | ocata-rc1 → pike-1 |
Changed in kolla: | |
milestone: | pike-2 → pike-3 |
Changed in kolla: | |
milestone: | pike-3 → pike-rc1 |
Changed in kolla: | |
milestone: | pike-rc1 → queens-1 |
Changed in kolla: | |
milestone: | queens-2 → queens-3 |
Changed in kolla: | |
milestone: | queens-3 → queens-rc1 |
Changed in kolla: | |
milestone: | queens-rc1 → queens-rc2 |
Changed in kolla: | |
milestone: | queens-rc2 → rocky-1 |
Changed in kolla: | |
milestone: | rocky-2 → rocky-3 |
Changed in kolla: | |
status: | In Progress → Fix Released |
Fix proposed to branch: master /review. openstack. org/384496
Review: https:/