util-linux/schedutils
Lubomir Kundrak 4d125dfc41 ionice: add -t option
This patch allows "tolerant" behavior, i.e. proceeding even if
priority could not be set. This might be of use in case something
(selinux, old kernel, etc.) does not allow the requested scheduling
priority to be set.

This could be to some extend done as follows:

	ionice -c3 command || command

but the downside is that one could not really tell if what failed was
setting priority or command itself, which could result in duplicate
command run.

This patch solves the situation, so that user can do

	ionice -t -c3 command

Addresses-Red-Hat-Bugzilla: #443842
Signed-off-by: Lubomir Kundrak <lkundrak@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-06-16 13:08:51 +02:00
..
.gitignore build-sys: ignore a bunch of generated files, mostly binaries 2008-04-14 14:08:00 +02:00
Makefile.am build-sys: use dist_man_MANS instead of man_MANS 2007-12-17 10:08:49 +01:00
chrt.1 man-pages: cleanup of chrt.1 and taskset.1 2007-08-15 12:03:51 +02:00
chrt.c build-sys: remove hardcoded _GNU_SOURCE 2007-09-20 00:57:01 +02:00
ionice.1 ionice: add -t option 2008-06-16 13:08:51 +02:00
ionice.c ionice: add -t option 2008-06-16 13:08:51 +02:00
taskset.1 man-pages: cleanup of chrt.1 and taskset.1 2007-08-15 12:03:51 +02:00
taskset.c build-sys: remove hardcoded _GNU_SOURCE 2007-09-20 00:57:01 +02:00