summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Mihajlovski <mihajlov@linux.vnet.ibm.com>2012-09-04 16:30:55 +0200
committerEric Blake <eblake@redhat.com>2012-09-04 09:14:36 -0600
commit72f1f2206e96a3f1621a6772a2b9d0a740d86da1 (patch)
tree21c8e6786f76c0536a07168db5677f13a702cb1b /tests/qemuxml2argvtest.c
parentqemu: Fix reboot with guest agent (diff)
downloadlibvirt-72f1f2206e96a3f1621a6772a2b9d0a740d86da1.tar.gz
libvirt-72f1f2206e96a3f1621a6772a2b9d0a740d86da1.tar.bz2
libvirt-72f1f2206e96a3f1621a6772a2b9d0a740d86da1.zip
Rename iolimit to blockio.
After discussion with DB we decided to rename the new iolimit element as it creates the impression it would be there to limit (i.e. throttle) I/O instead of specifying immutable characteristics of a block device. This is also backed by the fact that the term I/O Limits has vanished from newer storage admin documentation. Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
Diffstat (limited to 'tests/qemuxml2argvtest.c')
-rw-r--r--tests/qemuxml2argvtest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c
index c65595704..47c3f6c53 100644
--- a/tests/qemuxml2argvtest.c
+++ b/tests/qemuxml2argvtest.c
@@ -793,9 +793,9 @@ mymain(void)
QEMU_CAPS_IDE_CD);
DO_TEST("disk-geometry", QEMU_CAPS_DRIVE);
- DO_TEST("disk-iolimits",
+ DO_TEST("disk-blockio",
QEMU_CAPS_DRIVE, QEMU_CAPS_DEVICE, QEMU_CAPS_NODEFCONFIG,
- QEMU_CAPS_IDE_CD, QEMU_CAPS_IOLIMITS);
+ QEMU_CAPS_IDE_CD, QEMU_CAPS_BLOCKIO);
VIR_FREE(driver.stateDir);
virCapabilitiesFree(driver.caps);