qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1185395] [NEW] qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend
@ 2013-05-29 11:54 Oliver Francke
  2013-06-06 15:55 ` [Qemu-devel] [Bug 1185395] " Oliver Francke
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Oliver Francke @ 2013-05-29 11:54 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

With a running VM I encounter this strange behaviour, former qemu-versions don't show up such an error.
Perhaps this comes from the rbd-backend in qemu-1.5.0 in combination with ceph-0.56.6?

( -95 might be a general "Operation not supported" error? )

Up to 1.4.2 everything is OK with savevm, though.

Any help welcome,

Oliver.

** 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/1185395

Title:
  qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-
  backend

Status in QEMU:
  New

Bug description:
  With a running VM I encounter this strange behaviour, former qemu-versions don't show up such an error.
  Perhaps this comes from the rbd-backend in qemu-1.5.0 in combination with ceph-0.56.6?

  ( -95 might be a general "Operation not supported" error? )

  Up to 1.4.2 everything is OK with savevm, though.

  Any help welcome,

  Oliver.

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

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

* [Qemu-devel] [Bug 1185395] Re: qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend
  2013-05-29 11:54 [Qemu-devel] [Bug 1185395] [NEW] qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend Oliver Francke
@ 2013-06-06 15:55 ` Oliver Francke
  2013-06-06 16:18 ` Oliver Francke
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Oliver Francke @ 2013-06-06 15:55 UTC (permalink / raw)
  To: qemu-devel

Sorry for not providing enough informations, here we go:

typical longish start for qemu is:

/usr/local/bin/qemu-system-x86_64 -usbdevice tablet -enable-kvm
-daemonize -pidfile /var/run/qemu-server/760.pid -monitor unix:/var/run
/qemu-server/760.mon,server,nowait -vnc unix:/var/run/qemu-
server/760.vnc,password -qmp unix:/var/run/qemu-
server/760.qmp,server,nowait -nodefaults -serial none -parallel none
-device rtl8139,mac=00:F1:70:00:2F:80,netdev=vlan0d0 -netdev
type=tap,id=vlan0d0,ifname=tap760i0d0,script=/etc/fcms/add_if.sh,downscript=/etc/fcms/downscript.sh
-name 1155823384-4 -m 512 -vga cirrus -k de -smp sockets=1,cores=1
-device virtio-blk-pci,drive=virtio0 -drive
format=raw,file=rbd:1155823384/vm-760-disk-1.rbd:rbd_cache=false,cache=writeback,if=none,id=virtio0,media=disk,index=0
-drive
format=raw,file=rbd:1155823384/vm-760-swap-1.rbd:rbd_cache=false,cache=writeback,if=virtio,media=disk,index=1
-drive if=ide,media=cdrom,id=ide1-cd0,readonly=on -drive
if=ide,media=cdrom,id=ide1-cd1,readonly=on -boot order=dc

after fired up I go to the monitor socket and try a:

QEMU 1.5.0 monitor - type 'help' for more information
(qemu) savevm test123
Error -95 while writing VM
(qemu) 

If I only let the error -95 happen and ignore, everything seems to be OK, though. Might be easy to fix, but not for me...
qemu up to 1.4.2 is not affected.

Please let me know, if you need more informations.

Oliver.

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

Title:
  qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-
  backend

Status in QEMU:
  New

Bug description:
  With a running VM I encounter this strange behaviour, former qemu-versions don't show up such an error.
  Perhaps this comes from the rbd-backend in qemu-1.5.0 in combination with ceph-0.56.6?

  ( -95 might be a general "Operation not supported" error? )

  Up to 1.4.2 everything is OK with savevm, though.

  Any help welcome,

  Oliver.

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

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

* [Qemu-devel] [Bug 1185395] Re: qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend
  2013-05-29 11:54 [Qemu-devel] [Bug 1185395] [NEW] qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend Oliver Francke
  2013-06-06 15:55 ` [Qemu-devel] [Bug 1185395] " Oliver Francke
@ 2013-06-06 16:18 ` Oliver Francke
  2013-06-06 16:28 ` Oliver Francke
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Oliver Francke @ 2013-06-06 16:18 UTC (permalink / raw)
  To: qemu-devel

** Project changed: qemu => ubuntu

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

Title:
  qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-
  backend

Status in Ubuntu:
  New

Bug description:
  With a running VM I encounter this strange behaviour, former qemu-versions don't show up such an error.
  Perhaps this comes from the rbd-backend in qemu-1.5.0 in combination with ceph-0.56.6?

  ( -95 might be a general "Operation not supported" error? )

  Up to 1.4.2 everything is OK with savevm, though.

  Any help welcome,

  Oliver.

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

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

* [Qemu-devel] [Bug 1185395] Re: qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend
  2013-05-29 11:54 [Qemu-devel] [Bug 1185395] [NEW] qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend Oliver Francke
  2013-06-06 15:55 ` [Qemu-devel] [Bug 1185395] " Oliver Francke
  2013-06-06 16:18 ` Oliver Francke
@ 2013-06-06 16:28 ` Oliver Francke
  2013-06-06 16:28 ` [Qemu-devel] [Bug 1185395] [NEW] " Launchpad Bug Tracker
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Oliver Francke @ 2013-06-06 16:28 UTC (permalink / raw)
  To: qemu-devel

** Package changed: ubuntu => qemu

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

Title:
  qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-
  backend

Status in QEMU:
  New

Bug description:
  With a running VM I encounter this strange behaviour, former qemu-versions don't show up such an error.
  Perhaps this comes from the rbd-backend in qemu-1.5.0 in combination with ceph-0.56.6?

  ( -95 might be a general "Operation not supported" error? )

  Up to 1.4.2 everything is OK with savevm, though.

  Any help welcome,

  Oliver.

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

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

* [Qemu-devel] [Bug 1185395] [NEW] qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend
  2013-05-29 11:54 [Qemu-devel] [Bug 1185395] [NEW] qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend Oliver Francke
                   ` (2 preceding siblings ...)
  2013-06-06 16:28 ` Oliver Francke
@ 2013-06-06 16:28 ` Launchpad Bug Tracker
  2017-07-20 11:52 ` [Qemu-devel] [Bug 1185395] " Thomas Huth
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Launchpad Bug Tracker @ 2013-06-06 16:28 UTC (permalink / raw)
  To: qemu-devel

You have been subscribed to a public bug:

With a running VM I encounter this strange behaviour, former qemu-versions don't show up such an error.
Perhaps this comes from the rbd-backend in qemu-1.5.0 in combination with ceph-0.56.6?

( -95 might be a general "Operation not supported" error? )

Up to 1.4.2 everything is OK with savevm, though.

Any help welcome,

Oliver.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend
https://bugs.launchpad.net/bugs/1185395
You received this bug notification because you are a member of qemu-devel-ml, which is subscribed to QEMU.

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

* [Qemu-devel] [Bug 1185395] Re: qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend
  2013-05-29 11:54 [Qemu-devel] [Bug 1185395] [NEW] qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend Oliver Francke
                   ` (3 preceding siblings ...)
  2013-06-06 16:28 ` [Qemu-devel] [Bug 1185395] [NEW] " Launchpad Bug Tracker
@ 2017-07-20 11:52 ` Thomas Huth
  2017-07-21  7:22   ` [Qemu-devel] [Bug 1185395] " Oliver Francke
  2017-07-21  8:30 ` [Qemu-devel] [Bug 1185395] " Thomas Huth
  2021-05-03 12:37 ` Thomas Huth
  6 siblings, 1 reply; 9+ messages in thread
From: Thomas Huth @ 2017-07-20 11:52 UTC (permalink / raw)
  To: qemu-devel

Triaging old bug tickets ... can you still reproduce this problem with
the latest version of QEMU (currently v2.9.0)?

** 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/1185395

Title:
  qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-
  backend

Status in QEMU:
  Incomplete

Bug description:
  With a running VM I encounter this strange behaviour, former qemu-versions don't show up such an error.
  Perhaps this comes from the rbd-backend in qemu-1.5.0 in combination with ceph-0.56.6?

  ( -95 might be a general "Operation not supported" error? )

  Up to 1.4.2 everything is OK with savevm, though.

  Any help welcome,

  Oliver.

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

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

* Re: [Qemu-devel] [Bug 1185395] qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend
  2017-07-20 11:52 ` [Qemu-devel] [Bug 1185395] " Thomas Huth
@ 2017-07-21  7:22   ` Oliver Francke
  0 siblings, 0 replies; 9+ messages in thread
From: Oliver Francke @ 2017-07-21  7:22 UTC (permalink / raw)
  To: qemu-devel

Hi Thomas,

thnx for coming back on this. Currently on vacation, but just gave it a
shot on fresh compiled qemu-2.9.0:

—

savevm
Error while writing VM state: Operation not supported

—

I think there once existed a patch from the Proxmox guys dealing with the VM state informations. But
apparently did not make it into main-stream.

Kind regards,

Oliver.

> Am 20.07.2017 um 13:52 schrieb Thomas Huth <1185395@bugs.launchpad.net>:
> 
> Triaging old bug tickets ... can you still reproduce this problem with
> the latest version of QEMU (currently v2.9.0)?
> 
> ** Changed in: qemu
>       Status: New => Incomplete
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1185395
> 
> Title:
>  qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-
>  backend
> 
> Status in QEMU:
>  Incomplete
> 
> Bug description:
>  With a running VM I encounter this strange behaviour, former qemu-versions don't show up such an error.
>  Perhaps this comes from the rbd-backend in qemu-1.5.0 in combination with ceph-0.56.6?
> 
>  ( -95 might be a general "Operation not supported" error? )
> 
>  Up to 1.4.2 everything is OK with savevm, though.
> 
>  Any help welcome,
> 
>  Oliver.
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/1185395/+subscriptions

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

Title:
  qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-
  backend

Status in QEMU:
  Incomplete

Bug description:
  With a running VM I encounter this strange behaviour, former qemu-versions don't show up such an error.
  Perhaps this comes from the rbd-backend in qemu-1.5.0 in combination with ceph-0.56.6?

  ( -95 might be a general "Operation not supported" error? )

  Up to 1.4.2 everything is OK with savevm, though.

  Any help welcome,

  Oliver.

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

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

* [Qemu-devel] [Bug 1185395] Re: qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend
  2013-05-29 11:54 [Qemu-devel] [Bug 1185395] [NEW] qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend Oliver Francke
                   ` (4 preceding siblings ...)
  2017-07-20 11:52 ` [Qemu-devel] [Bug 1185395] " Thomas Huth
@ 2017-07-21  8:30 ` Thomas Huth
  2021-05-03 12:37 ` Thomas Huth
  6 siblings, 0 replies; 9+ messages in thread
From: Thomas Huth @ 2017-07-21  8:30 UTC (permalink / raw)
  To: qemu-devel

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

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

Title:
  qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-
  backend

Status in QEMU:
  Triaged

Bug description:
  With a running VM I encounter this strange behaviour, former qemu-versions don't show up such an error.
  Perhaps this comes from the rbd-backend in qemu-1.5.0 in combination with ceph-0.56.6?

  ( -95 might be a general "Operation not supported" error? )

  Up to 1.4.2 everything is OK with savevm, though.

  Any help welcome,

  Oliver.

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

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

* [Bug 1185395] Re: qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend
  2013-05-29 11:54 [Qemu-devel] [Bug 1185395] [NEW] qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend Oliver Francke
                   ` (5 preceding siblings ...)
  2017-07-21  8:30 ` [Qemu-devel] [Bug 1185395] " Thomas Huth
@ 2021-05-03 12:37 ` Thomas Huth
  6 siblings, 0 replies; 9+ messages in thread
From: Thomas Huth @ 2021-05-03 12:37 UTC (permalink / raw)
  To: qemu-devel

This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/96


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

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #96
   https://gitlab.com/qemu-project/qemu/-/issues/96

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

Title:
  qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-
  backend

Status in QEMU:
  Expired

Bug description:
  With a running VM I encounter this strange behaviour, former qemu-versions don't show up such an error.
  Perhaps this comes from the rbd-backend in qemu-1.5.0 in combination with ceph-0.56.6?

  ( -95 might be a general "Operation not supported" error? )

  Up to 1.4.2 everything is OK with savevm, though.

  Any help welcome,

  Oliver.

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


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

end of thread, other threads:[~2021-05-03 12:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29 11:54 [Qemu-devel] [Bug 1185395] [NEW] qemu-1.5.0 savevm error -95 while writing vm with ceph-rbd as storage-backend Oliver Francke
2013-06-06 15:55 ` [Qemu-devel] [Bug 1185395] " Oliver Francke
2013-06-06 16:18 ` Oliver Francke
2013-06-06 16:28 ` Oliver Francke
2013-06-06 16:28 ` [Qemu-devel] [Bug 1185395] [NEW] " Launchpad Bug Tracker
2017-07-20 11:52 ` [Qemu-devel] [Bug 1185395] " Thomas Huth
2017-07-21  7:22   ` [Qemu-devel] [Bug 1185395] " Oliver Francke
2017-07-21  8:30 ` [Qemu-devel] [Bug 1185395] " Thomas Huth
2021-05-03 12:37 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).