lp://staging/~chrisccoulson/dpkg/ssd-ionice
This branch contains support for setting IO scheduler class using start-stop-daemon.
Refer to http://
- Get this branch:
- bzr branch lp://staging/~chrisccoulson/dpkg/ssd-ionice
Branch merges
Branch information
Recent revisions
- 10. By Chris Coulson
-
Don't use errno for checking the success of strtol,
as it doesn't get set if the string contains no numbers - 7. By Chris Coulson
-
Allow user to specify no scheduler class,
eg, ':3'. In this case, scheduler class will default to IOPRIO_CLASS_BE.Other tidy up
- 6. By Chris Coulson
-
Re-write patch so that IO scheduler properties can
be changed from a single flag, using the format <class>:<data>
eg 'real-time:3' - 5. By Chris Coulson
-
Don't conditionally compile in the parse
options on systems that don't support ioprio_set.
This would cause init scripts to fail if they passed the new flags
on systems that don't support them. - 3. By Chris Coulson
-
Re-wrote support for ionice
- Only compiles in the new code on linux and if the SYS_ioprio_set
system-call is defined.
- Allows setting of IO scheduler class and IO scheduler class data,
in the same way as ionice
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)