All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1877418] [NEW] qemu-nbd freezes access to VDI file
@ 2020-05-07 17:02 Bump
  2020-05-07 17:12 ` [Bug 1877418] " Bump
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Bump @ 2020-05-07 17:02 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Mounted Oracle Virtualbox .vdi drive, which has GTP+BTRFS:
sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi

Then I am operating on the btrfs filesystem and suddenly it freezes.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1877418

Title:
  qemu-nbd freezes access to VDI file

Status in QEMU:
  New

Bug description:
  Mounted Oracle Virtualbox .vdi drive, which has GTP+BTRFS:
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi

  Then I am operating on the btrfs filesystem and suddenly it freezes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1877418/+subscriptions


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1877418] Re: qemu-nbd freezes access to VDI file
  2020-05-07 17:02 [Bug 1877418] [NEW] qemu-nbd freezes access to VDI file Bump
@ 2020-05-07 17:12 ` Bump
  2020-05-07 17:18 ` Bump
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Bump @ 2020-05-07 17:12 UTC (permalink / raw)
  To: qemu-devel

** Attachment added: "shell-commands.txt"
   https://bugs.launchpad.net/qemu/+bug/1877418/+attachment/5367894/+files/shell-commands.txt

** Description changed:

  Mounted Oracle Virtualbox .vdi drive, which has GTP+BTRFS:
+ sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
  
  Then I am operating on the btrfs filesystem and suddenly it freezes.

** Description changed:

- Mounted Oracle Virtualbox .vdi drive, which has GTP+BTRFS:
+ Mounted Oracle Virtualbox .vdi drive (dynamically allocated), which has GTP+BTRFS:
  sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
  
  Then I am operating on the btrfs filesystem and suddenly it freezes.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1877418

Title:
  qemu-nbd freezes access to VDI file

Status in QEMU:
  New
Status in btrfs-progs package in Ubuntu:
  New

Bug description:
  Mounted Oracle Virtualbox .vdi drive (dynamically allocated), which has GTP+BTRFS:
  sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
  mount /dev/nbd0p1 /mydata/

  Then I am operating on the btrfs filesystem and suddenly it freezes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1877418/+subscriptions


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1877418] Re: qemu-nbd freezes access to VDI file
  2020-05-07 17:02 [Bug 1877418] [NEW] qemu-nbd freezes access to VDI file Bump
  2020-05-07 17:12 ` [Bug 1877418] " Bump
@ 2020-05-07 17:18 ` Bump
  2020-05-28 22:17 ` John Snow
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Bump @ 2020-05-07 17:18 UTC (permalink / raw)
  To: qemu-devel

** Attachment added: "dmesg-bug-qemu-nbd-btrfs-vdi.txt"
   https://bugs.launchpad.net/qemu/+bug/1877418/+attachment/5367895/+files/dmesg-bug-qemu-nbd-btrfs-vdi.txt

** Also affects: btrfs-progs (Ubuntu)
   Importance: Undecided
       Status: New

** Description changed:

  Mounted Oracle Virtualbox .vdi drive (dynamically allocated), which has GTP+BTRFS:
  sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
+ mount /dev/nbd0p1 /mydata/
  
  Then I am operating on the btrfs filesystem and suddenly it freezes.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1877418

Title:
  qemu-nbd freezes access to VDI file

Status in QEMU:
  New
Status in btrfs-progs package in Ubuntu:
  New

Bug description:
  Mounted Oracle Virtualbox .vdi drive (dynamically allocated), which has GTP+BTRFS:
  sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
  mount /dev/nbd0p1 /mydata/

  Then I am operating on the btrfs filesystem and suddenly it freezes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1877418/+subscriptions


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1877418] Re: qemu-nbd freezes access to VDI file
  2020-05-07 17:02 [Bug 1877418] [NEW] qemu-nbd freezes access to VDI file Bump
  2020-05-07 17:12 ` [Bug 1877418] " Bump
  2020-05-07 17:18 ` Bump
@ 2020-05-28 22:17 ` John Snow
  2020-05-28 23:15 ` Bump
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: John Snow @ 2020-05-28 22:17 UTC (permalink / raw)
  To: qemu-devel

I don't recommend you use VDI images in this way; we do not intend to
support performant RW access; support for VDI images is there to convert
to qcow2 or raw, generally.

That said, some questions that might be interesting to know the answer
to:

- Try converting your VDI image to raw or qcow2 and mounting that instead. Does the conversion work successfully? Can you export that image via qemu-nbd and mount it? Does it work?
- Do non-BTRFS filesystems cause any problems?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1877418

Title:
  qemu-nbd freezes access to VDI file

Status in QEMU:
  New
Status in btrfs-progs package in Ubuntu:
  New

Bug description:
  Mounted Oracle Virtualbox .vdi drive (dynamically allocated), which has GTP+BTRFS:
  sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
  mount /dev/nbd0p1 /mydata/

  Then I am operating on the btrfs filesystem and suddenly it freezes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1877418/+subscriptions


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1877418] Re: qemu-nbd freezes access to VDI file
  2020-05-07 17:02 [Bug 1877418] [NEW] qemu-nbd freezes access to VDI file Bump
                   ` (2 preceding siblings ...)
  2020-05-28 22:17 ` John Snow
@ 2020-05-28 23:15 ` Bump
  2020-05-29 18:49 ` John Snow
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Bump @ 2020-05-28 23:15 UTC (permalink / raw)
  To: qemu-devel

I thought there were qemu-img for that. Since qemu-nbd allows mounting
images a rw block devices, it's logical to think that you can use it for
that purpose. Will try to reproduce again the issue in case it was a
kernel problem instead of qemu-nbd.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1877418

Title:
  qemu-nbd freezes access to VDI file

Status in QEMU:
  New
Status in btrfs-progs package in Ubuntu:
  New

Bug description:
  Mounted Oracle Virtualbox .vdi drive (dynamically allocated), which has GTP+BTRFS:
  sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
  mount /dev/nbd0p1 /mydata/

  Then I am operating on the btrfs filesystem and suddenly it freezes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1877418/+subscriptions


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1877418] Re: qemu-nbd freezes access to VDI file
  2020-05-07 17:02 [Bug 1877418] [NEW] qemu-nbd freezes access to VDI file Bump
                   ` (3 preceding siblings ...)
  2020-05-28 23:15 ` Bump
@ 2020-05-29 18:49 ` John Snow
  2020-05-29 23:45 ` Bump
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: John Snow @ 2020-05-29 18:49 UTC (permalink / raw)
  To: qemu-devel

I agree, the program doesn't stop you from doing such things. It should
work without error, but it might be slow. Just offering some advice you
may not want to use it like this.

Try to reproduce with qcow2 and qemu-nbd to see if the problem is with
our support of the disk image format or if it's a problem with e.g. the
access patterns and qemu-nbd itself, for instance.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1877418

Title:
  qemu-nbd freezes access to VDI file

Status in QEMU:
  New
Status in btrfs-progs package in Ubuntu:
  New

Bug description:
  Mounted Oracle Virtualbox .vdi drive (dynamically allocated), which has GTP+BTRFS:
  sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
  mount /dev/nbd0p1 /mydata/

  Then I am operating on the btrfs filesystem and suddenly it freezes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1877418/+subscriptions


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1877418] Re: qemu-nbd freezes access to VDI file
  2020-05-07 17:02 [Bug 1877418] [NEW] qemu-nbd freezes access to VDI file Bump
                   ` (4 preceding siblings ...)
  2020-05-29 18:49 ` John Snow
@ 2020-05-29 23:45 ` Bump
  2020-06-01 17:33 ` John Snow
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Bump @ 2020-05-29 23:45 UTC (permalink / raw)
  To: qemu-devel

Tied again with same .vdi as block device for 4 hours, didn't experience
further problems. don't know how to reproduce the issue again, even
don't know if has been fixed with any software update.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1877418

Title:
  qemu-nbd freezes access to VDI file

Status in QEMU:
  New
Status in btrfs-progs package in Ubuntu:
  New

Bug description:
  Mounted Oracle Virtualbox .vdi drive (dynamically allocated), which has GTP+BTRFS:
  sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
  mount /dev/nbd0p1 /mydata/

  Then I am operating on the btrfs filesystem and suddenly it freezes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1877418/+subscriptions


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1877418] Re: qemu-nbd freezes access to VDI file
  2020-05-07 17:02 [Bug 1877418] [NEW] qemu-nbd freezes access to VDI file Bump
                   ` (5 preceding siblings ...)
  2020-05-29 23:45 ` Bump
@ 2020-06-01 17:33 ` John Snow
  2020-11-05 12:33 ` Thomas Huth
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: John Snow @ 2020-06-01 17:33 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1877418

Title:
  qemu-nbd freezes access to VDI file

Status in QEMU:
  Incomplete
Status in btrfs-progs package in Ubuntu:
  New

Bug description:
  Mounted Oracle Virtualbox .vdi drive (dynamically allocated), which has GTP+BTRFS:
  sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
  mount /dev/nbd0p1 /mydata/

  Then I am operating on the btrfs filesystem and suddenly it freezes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1877418/+subscriptions


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1877418] Re: qemu-nbd freezes access to VDI file
  2020-05-07 17:02 [Bug 1877418] [NEW] qemu-nbd freezes access to VDI file Bump
                   ` (6 preceding siblings ...)
  2020-06-01 17:33 ` John Snow
@ 2020-11-05 12:33 ` Thomas Huth
  2021-01-05  4:17 ` Launchpad Bug Tracker
  2021-01-05  4:17 ` Launchpad Bug Tracker
  9 siblings, 0 replies; 11+ messages in thread
From: Thomas Huth @ 2020-11-05 12:33 UTC (permalink / raw)
  To: qemu-devel

** Changed in: btrfs-progs (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1877418

Title:
  qemu-nbd freezes access to VDI file

Status in QEMU:
  Incomplete
Status in btrfs-progs package in Ubuntu:
  Incomplete

Bug description:
  Mounted Oracle Virtualbox .vdi drive (dynamically allocated), which has GTP+BTRFS:
  sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
  mount /dev/nbd0p1 /mydata/

  Then I am operating on the btrfs filesystem and suddenly it freezes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1877418/+subscriptions


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1877418] Re: qemu-nbd freezes access to VDI file
  2020-05-07 17:02 [Bug 1877418] [NEW] qemu-nbd freezes access to VDI file Bump
                   ` (7 preceding siblings ...)
  2020-11-05 12:33 ` Thomas Huth
@ 2021-01-05  4:17 ` Launchpad Bug Tracker
  2021-01-05  4:17 ` Launchpad Bug Tracker
  9 siblings, 0 replies; 11+ messages in thread
From: Launchpad Bug Tracker @ 2021-01-05  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1877418

Title:
  qemu-nbd freezes access to VDI file

Status in QEMU:
  Expired
Status in btrfs-progs package in Ubuntu:
  Expired

Bug description:
  Mounted Oracle Virtualbox .vdi drive (dynamically allocated), which has GTP+BTRFS:
  sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
  mount /dev/nbd0p1 /mydata/

  Then I am operating on the btrfs filesystem and suddenly it freezes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1877418/+subscriptions


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 1877418] Re: qemu-nbd freezes access to VDI file
  2020-05-07 17:02 [Bug 1877418] [NEW] qemu-nbd freezes access to VDI file Bump
                   ` (8 preceding siblings ...)
  2021-01-05  4:17 ` Launchpad Bug Tracker
@ 2021-01-05  4:17 ` Launchpad Bug Tracker
  9 siblings, 0 replies; 11+ messages in thread
From: Launchpad Bug Tracker @ 2021-01-05  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for btrfs-progs (Ubuntu) because there has been no activity for
60 days.]

** Changed in: btrfs-progs (Ubuntu)
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1877418

Title:
  qemu-nbd freezes access to VDI file

Status in QEMU:
  Expired
Status in btrfs-progs package in Ubuntu:
  Expired

Bug description:
  Mounted Oracle Virtualbox .vdi drive (dynamically allocated), which has GTP+BTRFS:
  sudo modprobe nbd max_part=16
  sudo qemu-nbd -c /dev/nbd0 /storage/btrfs.vdi
  mount /dev/nbd0p1 /mydata/

  Then I am operating on the btrfs filesystem and suddenly it freezes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1877418/+subscriptions


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-01-05  4:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 17:02 [Bug 1877418] [NEW] qemu-nbd freezes access to VDI file Bump
2020-05-07 17:12 ` [Bug 1877418] " Bump
2020-05-07 17:18 ` Bump
2020-05-28 22:17 ` John Snow
2020-05-28 23:15 ` Bump
2020-05-29 18:49 ` John Snow
2020-05-29 23:45 ` Bump
2020-06-01 17:33 ` John Snow
2020-11-05 12:33 ` Thomas Huth
2021-01-05  4:17 ` Launchpad Bug Tracker
2021-01-05  4:17 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.