From: Paolo Bonzini <pbonzini@redhat.com>
To: "Soumendu Satapathy (sosatapa)" <sosatapa@cisco.com>
Cc: "kvm@vger.kernel.org" <kvm@vger.kernel.org>,
Stefan Hajnoczi <stefanha@gmail.com>
Subject: Re: Equivalent of vmware SIOC (Storage IO Control) in KVM
Date: Sun, 13 Oct 2013 15:26:31 +0200 [thread overview]
Message-ID: <525A9F87.4020107@redhat.com> (raw)
In-Reply-To: <B7C251DC5B8298499A5BF096A34CCA4E0B276C1B@xmb-aln-x14.cisco.com>
Il 12/10/2013 08:09, Soumendu Satapathy (sosatapa) ha scritto:
> Do we have an equivalent of vmware SIOC like feature in KVM?
Yes, you have two choices:
1) use cgroups to throttle I/O at the level of the host disk (i.e.
multiple virtual disks stored on the same disk share the limit). If
you're using libvirt, add the <blkiotune> element to the definition of
the virtual machine.
2) enable I/O throttling in QEMU, to apply limits at the level of the
guest disk. If you're using libvirt, add the "iotune" element within
the <disk> element in the definition of the virtual machine.
Both are documented at http://libvirt.org/formatdomain.html (search for
blkiotune and iotune).
Paolo
next prev parent reply other threads:[~2013-10-13 13:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-12 6:09 Equivalent of vmware SIOC (Storage IO Control) in KVM Soumendu Satapathy (sosatapa)
2013-10-13 13:26 ` Paolo Bonzini [this message]
2013-10-13 22:13 ` Andrey Korolyov
2013-10-14 0:56 ` Fam Zheng
2013-10-14 7:49 ` Paolo Bonzini
2013-10-14 2:18 ` Wangshen (Peter)
2013-10-14 2:24 ` Fam Zheng
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=525A9F87.4020107@redhat.com \
--to=pbonzini@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=sosatapa@cisco.com \
--cc=stefanha@gmail.com \
/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.