[Bug 1687923] Re: virtio disk drive was not detected as available

2017-09-13 Thread Michael Hudson-Doyle
** Package changed: subiquity (Ubuntu) => subiquity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1687923 Title: virtio disk drive was not detected as available To manage notifications about this

[Bug 1687923] Re: virtio disk drive was not detected as available

2017-09-08 Thread Ryan Harper
It appears that virtio-blk uses dynamic major numbers: https://lkml.org/lkml/2016/3/2/1035 That suggests that to support virtio-blk, it'll need some thing else to check out of probert output. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1687923] Re: virtio disk drive was not detected as available

2017-05-03 Thread Michael Hudson-Doyle
subquity does this: storage = self.prober.get_storage() VALID_MAJORS = ['8', '253'] for path, data in storage.items(): if data['DEVTYPE'] == 'disk' and data['MAJOR'] in VALID_MAJORS: I guess that's the filtering that is excluding the virtio disks. -- You

[Bug 1687923] Re: virtio disk drive was not detected as available

2017-05-03 Thread Mathieu Trudel-Lapierre
Triaged; we need to fix this in high priority; usage of virtio is common. ** Changed in: subiquity (Ubuntu) Status: New => Triaged ** Changed in: subiquity (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1687923] Re: virtio disk drive was not detected as available

2017-05-03 Thread Mathieu Trudel-Lapierre
It looks to me like probert is doing the right thing, so some form of extra filtering directly in subiquity might be causing virtio drives to be ignored. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.