public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Bill Davidsen <davidsen@tmr.com>
To: kvm@vger.kernel.org
Subject: Re: What io scheduler to use inside guest VM?
Date: Sat, 21 Mar 2009 20:52:35 -0400	[thread overview]
Message-ID: <gq424j$23a$1@ger.gmane.org> (raw)
In-Reply-To: <49C553CD.1070800@cs.bgu.ac.il>

Piavlo wrote:
>  Hi,
> 
> I use LVM volumes as guest VM disk.
> I'm wondering if setting setting the io scheduler inside linux gest has
> any effect (with virtio disk  driver and with emulated scsi or ide driver)
> And if it has affect what's better choice ? My thoughts is that if
> changing the  scheduler inside guest has affect - then it's probably
> best to use noop scheduler inside the guest

There is a recent thread here which I started on just that topic. The only case 
in which a guest schedular might have enough information is when a device is 
used raw, such as a USB connected device passed to the guest as a USB device.

> and let the hypervisor linux decide according to it's scheduler.
> So what I don't understand is if there are two levels of io scheduling ,
> one inside the guest (the redundant one and setting it to noop will
> minimize it's affect) and other inside the hypervisor linux?(or just one
> level in the hypervisor)
> Probably with virtio driver tthere is no io scheduling inside the guest,
> but is it so with emulated drivers too?
> And also is there any difference in io scheduling if I use image file
> instead of LVM?
> 
You should look back at the recent thread, there are some good answers I got, 
but after reading them I decided that for file, partition, and LV backed mass 
storage, where the host will do ioscheduling the noop is probably best. If an 
unshared raw device is being used, it might be better to have the host noop it 
and the guest make the decisions, since it has all the information.

-- 
Bill Davidsen <davidsen@tmr.com>
   "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot


      reply	other threads:[~2009-03-22  0:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-21 20:53 What io scheduler to use inside guest VM? Piavlo
2009-03-22  0:52 ` Bill Davidsen [this message]

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='gq424j$23a$1@ger.gmane.org' \
    --to=davidsen@tmr.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox