From: Anthony Liguori <anthony-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
To: rob wilco <rob.wilco-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: User feedback
Date: Fri, 05 Oct 2007 07:52:01 -0500 [thread overview]
Message-ID: <47063371.9060105@codemonkey.ws> (raw)
In-Reply-To: <84ad660e0710050502q3f4a3156g5451f7c70f2f7fdd-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
rob wilco wrote:
> Hello,
>
> I have been using KVM on debian 4.1 lenny with several virtual
> machines (debian 4.0 etch, fedora 7, centos4) every day for work for
> the past two weeks. The machine is a Dell Optiplex 745 with an Intel
> Core Duo 2.
>
> What I like the most is the simplicity of the set up. The wiki page on
> debian is short, super clear and correct.
> (kvm.qumranet.com/kvmwiki/Debian)
>
> Compared to Xen, I like the fact that I keep my debian kernel and
> drivers. It is less invasive: 'modprobe kvm-intel' is really
> convenient. Also, compared to Xen it works 'out of the box'.
>
> VM configuration with command line options also helps to get a VM
> running in a few seconds. Compared to VMware, the creation of a new VM
> is easier: less mandatory parameters. Except maybe for the '-net'
> parameters which are not cristal clear to me.
>
> So far, the host and VMs have never crashed which is a great confort
> when you want it to 'just work' and focus on your job.
>
> Also, there are few things that I find not easy to do :
>
> - I can't mount the logical volume where the VM sits, I guess it is
> the qcow format not 'recognised' by mount. It is cool to be able to do
> that with Xen or Vserver, you do not have to boot the machine or read
> the docs on the qcow format to check out a file.
>
http://hg.codemonkey.ws/qemu-nbd/
This will let you expose a qcow file (or an individual partition within
a qcow file) as an NBD server which you can then mount on your host. A
bit round-about but it gets the job done.
> - I can't launch kvm from a console and still see the kernel boot
> message (i'll dig into the qemu options someday)
>
If you configure your guest to output to the serial console (add
console=ttyS0 to the kernel command line in menu.lst), then you only
need to pass -serial stdio when launching the VM.
> - the VM will almost pause when you're not watching! It is quite
> obvious on a VM boot: when you're working on another virtual desktop
> ! Does it have something to do with the debian kernel being maybe
> optimized for 'desktop usage' and the active window getting most of
> the responsiveness? I tried to 'nice' kvm without much noticeable
> effect.
>
Yeah, this is a weird SDL issue. I'm not really sure why it happens.
> - I don't understand the output of ifconfig when there is a bridge
> involved. The bridge is said transparent but it is the only interface
> carrying with the real IP address. It is a bit confusing and does not
> help network troubleshootings. I know it is standard linux bridging
> but if you can put a super clear wiki page on bridging designed on use
> cases that would help numerous VM users.
>
http://kvm.qumranet.com/kvmwiki/AnthonyLiguori/Networking
This is for Ubuntu but it probably works in Debian too. It uses NAT
instead of bridging and it is what I use on my desktop.
Regards,
Anthony Liguori
> We work in the Telco field and see the virtualization tools mainly for
> development and tests purpose. Production architecture based on
> virtualization are in the roadmap though.
>
> I guess the company will go VMWare as it has an ecosystem of third
> party companies offering expertise on VMWare deployment architectures.
> If the techies have a say, we will propose Xen or Vserver as these two
> technologies have
> several years of experience and user feedback.
>
> Thank you for your work, have a good day,
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> kvm-devel mailing list
> kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
next prev parent reply other threads:[~2007-10-05 12:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-05 12:02 User feedback rob wilco
[not found] ` <84ad660e0710050502q3f4a3156g5451f7c70f2f7fdd-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-10-05 12:52 ` Anthony Liguori [this message]
[not found] ` <47063371.9060105-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
2007-10-05 14:57 ` John Clemens
2007-10-05 12:56 ` Avi Kivity
-- strict thread matches above, loose matches on Subject: below --
2007-10-07 12:11 Wolfram Gloger
[not found] ` <20071007121109.13666.qmail-apX3yWB0kgwDWtnaHct1IhJ8j3Mt6MsSG9Ur7JDdleE@public.gmane.org>
2007-10-07 14:34 ` Anthony Liguori
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=47063371.9060105@codemonkey.ws \
--to=anthony-rdkfgonbjusknkdkm+me6a@public.gmane.org \
--cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=rob.wilco-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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.