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 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 go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1687923/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs