[Kernel-packages] [Bug 1743026] Re: qemu-nbd -c /dev/nbd0 fails to map partitions

2019-07-24 Thread Brad Figg
** Tags added: cscc -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1743026 Title: qemu-nbd -c /dev/nbd0 fails to map partitions Status in linux package in Ubuntu: Triaged Status in

[Kernel-packages] [Bug 1743026] Re: qemu-nbd -c /dev/nbd0 fails to map partitions

2019-01-15 Thread heavendang
there is a way to workaround it, use partprobe it is the original solution: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824553 ** Bug watch added: Debian Bug tracker #824553 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824553 -- You received this bug notification because you are

[Kernel-packages] [Bug 1743026] Re: qemu-nbd -c /dev/nbd0 fails to map partitions

2019-01-15 Thread heavendang
is there a way to workaround this problems? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1743026 Title: qemu-nbd -c /dev/nbd0 fails to map partitions Status in linux package in

[Kernel-packages] [Bug 1743026] Re: qemu-nbd -c /dev/nbd0 fails to map partitions

2018-01-15 Thread Chris J Arges
Just a note the patch in #2 is most likely not correct, just a way for me to narrow down the problem. Perhaps we missed a patch (or there is a fix) that makes nbd_is_connected to the correct thing. -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1743026] Re: qemu-nbd -c /dev/nbd0 fails to map partitions

2018-01-12 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Importance: Undecided => High ** Changed in: linux (Ubuntu Xenial) Importance: Undecided => High ** Changed in: linux (Ubuntu Xenial) Status: Incomplete => Triaged ** Changed in: linux (Ubuntu) Status: Incomplete => Triaged ** Tags added:

[Kernel-packages] [Bug 1743026] Re: qemu-nbd -c /dev/nbd0 fails to map partitions

2018-01-12 Thread Chris J Arges
This patch seems to fix the issue: ``` diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c index 5f807a6..b761971 100644 --- a/drivers/block/nbd.c +++ b/drivers/block/nbd.c @@ -98,11 +98,6 @@ static inline struct device *nbd_to_dev(struct nbd_device *nbd) return disk_to_dev(nbd->disk);