qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 611640] Re: snapshot mode is broken for raw images


From: Aurelien Jarno
Subject: [Qemu-devel] [Bug 611640] Re: snapshot mode is broken for raw images
Date: Sun, 20 Feb 2011 17:14:16 -0000

** Changed in: qemu
       Status: Fix Committed => Fix Released

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

Title:
  snapshot mode is broken for raw images

Status in QEMU:
  Fix Released

Bug description:
  The snapshot mode is not working if you use raw format for image
  instead of qcow2. Create a raw disk image by running "dd of=xxx.img
  bs=1 count=0 seek=8G". Then run "qemu -snapshot xxx.img". In monitor
  console run "info block". There should be qcow2 temporary image backed
  by the raw image. Now run "commit ide0-hd0" and after that again "info
  block". You should see now that there is no more image, so any
  operations on it will fail form now on. This is for latest HEAD in
  git.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]