is_osd_disk needs to failsafe
Bug #1431293 reported by
James Page
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceph OSD Charm |
Triaged
|
Medium
|
Unassigned | ||
OpenStack Ceph Charm (Retired) |
Won't Fix
|
Medium
|
Unassigned | ||
ceph (Juju Charms Collection) |
Invalid
|
Medium
|
Unassigned | ||
ceph-osd (Juju Charms Collection) |
Invalid
|
Medium
|
Unassigned |
Bug Description
def is_osd_disk(dev):
try:
info = subprocess.
info = info.split("\n") # IGNORE:E1103
for line in info:
if line.startswith(
):
except subprocess.
pass
return False
if the sgdisk command fails, then the disk will be marked as not an OSD, so will be eligible for reuse - that's probably not a good idea - some sort of exception for this might be better.
Changed in ceph (Juju Charms Collection): | |
milestone: | none → 15.04 |
Changed in ceph-osd (Juju Charms Collection): | |
milestone: | none → 15.04 |
Changed in ceph (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in ceph-osd (Juju Charms Collection): | |
importance: | Undecided → High |
Changed in ceph (Juju Charms Collection): | |
status: | New → Triaged |
Changed in ceph-osd (Juju Charms Collection): | |
status: | New → Triaged |
Changed in ceph (Juju Charms Collection): | |
importance: | High → Medium |
Changed in ceph-osd (Juju Charms Collection): | |
importance: | High → Medium |
tags: | added: cloud-installer |
tags: | added: openstack |
Changed in ceph (Juju Charms Collection): | |
milestone: | 15.04 → 15.07 |
Changed in ceph-osd (Juju Charms Collection): | |
milestone: | 15.04 → 15.07 |
Changed in ceph (Juju Charms Collection): | |
milestone: | 15.07 → 15.10 |
Changed in ceph-osd (Juju Charms Collection): | |
milestone: | 15.07 → 15.10 |
Changed in ceph (Juju Charms Collection): | |
milestone: | 15.10 → 16.01 |
Changed in ceph-osd (Juju Charms Collection): | |
milestone: | 15.10 → 16.01 |
Changed in ceph (Juju Charms Collection): | |
milestone: | 16.01 → 16.04 |
Changed in ceph-osd (Juju Charms Collection): | |
milestone: | 16.01 → 16.04 |
Changed in ceph (Juju Charms Collection): | |
milestone: | 16.04 → 16.07 |
Changed in ceph-osd (Juju Charms Collection): | |
milestone: | 16.04 → 16.07 |
Changed in ceph (Juju Charms Collection): | |
milestone: | 16.07 → 16.10 |
Changed in ceph-osd (Juju Charms Collection): | |
milestone: | 16.07 → 16.10 |
Changed in ceph (Juju Charms Collection): | |
milestone: | 16.10 → 17.01 |
Changed in ceph-osd (Juju Charms Collection): | |
milestone: | 16.10 → 17.01 |
Changed in charm-ceph: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in ceph (Juju Charms Collection): | |
status: | Triaged → Invalid |
Changed in charm-ceph-osd: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in ceph-osd (Juju Charms Collection): | |
status: | Triaged → Invalid |
Changed in ceph (Juju Charms Collection): | |
milestone: | 17.01 → none |
Changed in ceph-osd (Juju Charms Collection): | |
milestone: | 17.01 → none |
To post a comment you must log in.
Marking the charm-ceph task wontfix as the ceph charm has been removed from support for a while now