summaryrefslogtreecommitdiffstats
path: root/schedutils/ionice.1
diff options
context:
space:
mode:
authorJakob Unterwurzacher2009-01-17 02:38:32 +0100
committerKarel Zak2009-05-27 23:43:18 +0200
commit5dc9371ce6ab327b627b29771e7bb3d26f363e9e (patch)
treefb125c02760368a08a456291ecc48c64cd94e3d7 /schedutils/ionice.1
parentblkid: add device-mapper snapshot cow device probe (diff)
downloadkernel-qcow2-util-linux-5dc9371ce6ab327b627b29771e7bb3d26f363e9e.tar.gz
kernel-qcow2-util-linux-5dc9371ce6ab327b627b29771e7bb3d26f363e9e.tar.xz
kernel-qcow2-util-linux-5dc9371ce6ab327b627b29771e7bb3d26f363e9e.zip
ionice: Allow setting the none class
Allow users to set the "none" class on processes. Using the none class has the distict advantage that the io priority is inherited from the cpu nice level. Update the man page to reflect the change. Signed-off-by: Jakob Unterwurzacher <jakobunt@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'schedutils/ionice.1')
-rw-r--r--schedutils/ionice.13
1 files changed, 2 insertions, 1 deletions
diff --git a/schedutils/ionice.1 b/schedutils/ionice.1
index 92712eef3..0f75dfdfb 100644
--- a/schedutils/ionice.1
+++ b/schedutils/ionice.1
@@ -43,7 +43,8 @@ permitted for an ordinary (i.e., non-root) user.
.SH OPTIONS
.IP "\fB-c \fIclass\fP"
-The scheduling class. \fI1\fR for real time, \fI2\fR for best-effort, \fI3\fR for idle.
+The scheduling class. \fI0\fR for none, \fI1\fR for real time, \fI2\fR for
+best-effort, \fI3\fR for idle.
.IP "\fB-n \fIclassdata\fP"
The scheduling class data. This defines the class data, if the class
accepts an argument. For real time and best-effort, \fI0-7\fR is valid