]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: update configuration file
authorAlex Jia <ajia@redhat.com>
Tue, 12 Jul 2011 10:42:41 +0000 (18:42 +0800)
committerEric Blake <eblake@redhat.com>
Tue, 12 Jul 2011 13:24:43 +0000 (07:24 -0600)
* src/qemu/qemu.conf: Add blkio controller into qemu.conf.

src/qemu/qemu.conf

index 2c50d9daa233f31b6421ea8529b8350bacba1e79..934f99b1554ce57ab391fbb502817ed112e648c2 100644 (file)
 #  - 'cpu' - use for schedular tunables
 #  - 'devices' - use for device whitelisting
 #  - 'memory' - use for memory tunables
+#  - 'blkio' - use for block devices I/O tunables
 #
 # NB, even if configured here, they won't be used unless
 # the administrator has mounted cgroups, e.g.:
 #
 #  mkdir /dev/cgroup
-#  mount -t cgroup -o devices,cpu,memory none /dev/cgroup
+#  mount -t cgroup -o devices,cpu,memory,blkio none /dev/cgroup
 #
 # They can be mounted anywhere, and different controllers
 # can be mounted in different locations. libvirt will detect
 # where they are located.
 #
-# cgroup_controllers = [ "cpu", "devices", "memory" ]
+# cgroup_controllers = [ "cpu", "devices", "memory", "blkio" ]
 
 # This is the basic set of devices allowed / required by
 # all virtual machines.