From 72f1f2206e96a3f1621a6772a2b9d0a740d86da1 Mon Sep 17 00:00:00 2001 From: Viktor Mihajlovski Date: Tue, 4 Sep 2012 16:30:55 +0200 Subject: 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 --- docs/formatdomain.html.in | 6 +++--- docs/schemas/domaincommon.rng | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 5cb5a5638..503685fe5 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1288,7 +1288,7 @@ <driver name='qemu' type='raw'/> <source dev='/dev/sda'/> <geometry cyls='16383' heads='16' secs='63' trans='lba'/> - <iolimits logical_block_size='512' physical_block_size='4096'/> + <blockio logical_block_size='512' physical_block_size='4096'/> <target dev='hda' bus='ide'/> </disk> </devices> @@ -1657,8 +1657,8 @@ BIOS-Translation-Modus (none, lba or auto) -
iolimits
-
If present, the iolimits element allows +
blockio
+
If present, the blockio element allows to override any of the block device properties listed below. Since 0.10.2 (QEMU and KVM)
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index abd0e8f8b..c2c61844b 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -890,7 +890,7 @@ - + @@ -1116,8 +1116,8 @@ - - + + -- cgit v1.2.3-65-gdbad