#476 closed defect (fixed)

Do not throw exception on unkown devices

Reported by: joanna Owned by: marmarek
Priority: major Milestone: Release 1
Component: core Keywords:
Cc: aga, marmarek

Description

Referring to this code:

http://git.qubes-os.org/?p=joanna/core.git;a=blob;f=dom0/qvm-core/qubesutils.py;h=d1690505cd693fb5907f888946ff4728342375fb;hb=HEAD#l139

... just the fact the the device name is not starting with one of the few known prefixes is not a reason to abort operation. E.g. on one of my laptops there is no sda device, but instead md127 device (a h/w raid). I had to manually comment this raise line, and insert Disk = Flase in order to get qubes-manager to start on this system...

Change History (2)

comment:1 Changed 16 months ago by marmarek

  • Owner changed from joanna to marmarek
  • Status changed from new to accepted
Note: See TracTickets for help on using tickets.