[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 go to:
https://bugs.launchpad.net/subiquity/+bug/1687923/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs