FS#36318 - logrotate ionice idle warning
Attached to Project:
Arch Linux
Opened by Cláudio (cvalente) - Monday, 29 July 2013, 14:32 GMT
Last edited by Pierre Schmitz (Pierre) - Sunday, 25 August 2013, 07:07 GMT
Opened by Cláudio (cvalente) - Monday, 29 July 2013, 14:32 GMT
Last edited by Pierre Schmitz (Pierre) - Sunday, 25 August 2013, 07:07 GMT
|
Details
When one specifies
IONICE_CLASS=3 (idle class) in /etc/cron.daily/logrotate the executing prints the following warning message: ionice: ignoring given class data for idle class This is due to the fact that the execution line is: /usr/bin/ionice -c 3 -n 7 ... When it should have just been: /usr/bin/ionice -c 3 ... because -n seems to be incompatible with -c 3 (idle) The attached patch solves this with no plausible serious side effects |
This task depends upon
Closed by Pierre Schmitz (Pierre)
Sunday, 25 August 2013, 07:07 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in svn trunk
Sunday, 25 August 2013, 07:07 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in svn trunk
logrotate.diff