If a gadget install fails, udev is not cleaned up

Bug #1459642 reported by John Lenton on 2015-05-28
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Snappy
High
Unassigned
15.04
High
Unassigned

Bug Description

 // the "oem" parts are special
 if s.Type() == pkg.TypeOem {
  if err := installOemHardwareUdevRules(s.m); err != nil {
   return "", err
  }
 }

note the absence of a defer check & cleanup

Michael Vogt (mvo) on 2015-05-29
Changed in snappy:
status: New → Triaged
importance: Undecided → High
Michael Vogt (mvo) on 2016-11-29
Changed in snappy:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  Edit
Everyone can see this information.

Other bug subscribers