Document the new ionice configuration in example config files

This commit is contained in:
Gabriel Filion 2020-05-16 12:08:25 -04:00
parent 5c6c583181
commit 7db5c9c3e8
5 changed files with 57 additions and 0 deletions

View File

@ -18,6 +18,16 @@
## Default ## Default
# nicelevel = 0 # nicelevel = 0
## ionicelevel is optional. If it is left undefined or empty, ionice will not
## be used at all. If it is set to to an integer value from 0 to 7, then ionice
## will be used with the best effort class (-c2) and with the ionicelevel as
## the class data (-n).
##
## See the ionice(1) man page for more details about available levels.
##
## Default:
# ionicelevel =
## default is yes. set to no to skip the test if the remote host is alive ## default is yes. set to no to skip the test if the remote host is alive
## ##
## Default: ## Default:

View File

@ -19,6 +19,16 @@
## Default: ## Default:
# nicelevel = 0 # nicelevel = 0
## ionicelevel is optional. If it is left undefined or empty, ionice will not
## be used at all. If it is set to to an integer value from 0 to 7, then ionice
## will be used with the best effort class (-c2) and with the ionicelevel as
## the class data (-n).
##
## See the ionice(1) man page for more details about available levels.
##
## Default:
# ionicelevel =
## test the connection? set to no to skip the test if the remote host is alive. ## test the connection? set to no to skip the test if the remote host is alive.
## if 'desturl' is set below, 'testconnect' must be set to 'no' for now. ## if 'desturl' is set below, 'testconnect' must be set to 'no' for now.
## ##

View File

@ -1,4 +1,21 @@
## default is 0, but set to 19 if you want to lower the priority.
## an example setting would be:
## nicelevel = 19
##
## Default
# nicelevel = 0
## ionicelevel is optional. If it is left undefined or empty, ionice will not
## be used at all. If it is set to to an integer value from 0 to 7, then ionice
## will be used with the best effort class (-c2) and with the ionicelevel as
## the class data (-n).
##
## See the ionice(1) man page for more details about available levels.
##
## Default:
# ionicelevel =
# TYP is cd or dvd AS WELL AS the disk inside!! # TYP is cd or dvd AS WELL AS the disk inside!!
burnertype = cd burnertype = cd

View File

@ -25,6 +25,16 @@
## Default ## Default
# nicelevel = 0 # nicelevel = 0
## ionicelevel is optional. If it is left undefined or empty, ionice will not
## be used at all. If it is set to to an integer value from 0 to 7, then ionice
## will be used with the best effort class (-c2) and with the ionicelevel as
## the class data (-n).
##
## See the ionice(1) man page for more details about available levels.
##
## Default:
# ionicelevel =
## default is yes. set to no to skip the test if the remote host is alive ## default is yes. set to no to skip the test if the remote host is alive
## ##
## Default: ## Default:

View File

@ -77,6 +77,16 @@ days = 7
# rsync command nice level # rsync command nice level
#nicelevel = 0 #nicelevel = 0
## ionicelevel is optional. If it is left undefined or empty, ionice will not
## be used at all. If it is set to to an integer value from 0 to 7, then ionice
## will be used with the best effort class (-c2) and with the ionicelevel as
## the class data (-n).
##
## See the ionice(1) man page for more details about available levels.
##
## Default:
# ionicelevel =
# set to "yes" if your system isnt handling timestamps correctly # set to "yes" if your system isnt handling timestamps correctly
#enable_mv_timestamp_bug = no #enable_mv_timestamp_bug = no