From: paolo pedaletti <paolo.pedaletti@gmail.com>
To: kvm@vger.kernel.org
Subject: error "could not open disk image" and snapshot=on (if off it works)
Date: Mon, 01 Dec 2008 14:12:37 +0100 [thread overview]
Message-ID: <4933E2C5.3080802@gmail.com> (raw)
Ciao,
I have this strange problem:
ubuntu 8.10, kvm 72 2.6.27-7-server x86_64 GNU/Linux
vdeq kvm -name proxy_UBUNTU_8.04 \
-net nic,macaddr=00:16:3e:00:a0:00 -net
tap,ifname=tap1,script=no,downscript=no \
-net nic,macaddr=00:16:3e:00:a1:01,vlan=1 -net
vde,vlan=1,sock=/var/run/vde2/tun1.ctl \
-drive
file=./ubuntu-server-8.04_proxy.root,if=scsi,index=0,snapshot=off,cache=on,boot=on
\
-drive
file=./ubuntu-server-8.04_proxy.home,if=scsi,index=1,snapshot=off,cache=on \
-drive file=./linux.swap,if=scsi,index=2,cache=on,snapshot=on \
-smp 1 -M pc -cpu pentium3 -m 512 -k en-us -localtime
qemu: could not open disk image ./linux.swap
but
$ ls -l linux.swap
-rw-rw-r-- 1 paolop virtual 1073741824 2008-12-01 13:21 linux.swap
exist
If I set "snapshot=off" on linux.swap, kvm boot without problems.
(the same happened with other file-device)
So it's seems a "wrong error message", it's not a filesystem problem but
an option problem
(snapshot=on doesn't work, snapshot=off works)
Any suggestion?
thank you.
--
Paolo Pedaletti
reply other threads:[~2008-12-01 13:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4933E2C5.3080802@gmail.com \
--to=paolo.pedaletti@gmail.com \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.