1
0
Fork 0

profiles: apply IO scheduler changes to dm devices

Resolves: #636548
This commit is contained in:
Jan Vcelak 2010-09-29 09:12:05 +02:00
parent d7bf3c1d10
commit e78494e1c5
3 changed files with 3 additions and 3 deletions

View file

@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf"
ELEVATOR="deadline"
# These are the devices, that should be tuned with the ELEVATOR
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss}*/queue/scheduler"
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-}*/queue/scheduler"

View file

@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf"
ELEVATOR="deadline"
# These are the devices, that should be tuned with the ELEVATOR
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss}*/queue/scheduler"
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-}*/queue/scheduler"

View file

@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf"
ELEVATOR="deadline"
# These are the devices, that should be tuned with the ELEVATOR
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss}*/queue/scheduler"
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-}*/queue/scheduler"