From 662fe7223007bc2b5dc390bb58440eea37ecfd16 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Wed, 12 Oct 2011 16:06:56 +0200 Subject: [PATCH] ktune.sysconfig: add vd* to tuned devices --- tune-profiles/desktop-powersave/ktune.sysconfig | 2 +- tune-profiles/enterprise-storage/ktune.sysconfig | 2 +- tune-profiles/laptop-ac-powersave/ktune.sysconfig | 2 +- tune-profiles/laptop-battery-powersave/ktune.sysconfig | 2 +- tune-profiles/latency-performance/ktune.sysconfig | 2 +- tune-profiles/server-powersave/ktune.sysconfig | 2 +- tune-profiles/throughput-performance/ktune.sysconfig | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tune-profiles/desktop-powersave/ktune.sysconfig b/tune-profiles/desktop-powersave/ktune.sysconfig index 0302811..59cb675 100644 --- a/tune-profiles/desktop-powersave/ktune.sysconfig +++ b/tune-profiles/desktop-powersave/ktune.sysconfig @@ -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-,vd}*/queue/scheduler" diff --git a/tune-profiles/enterprise-storage/ktune.sysconfig b/tune-profiles/enterprise-storage/ktune.sysconfig index 4be99a6..db7b324 100644 --- a/tune-profiles/enterprise-storage/ktune.sysconfig +++ b/tune-profiles/enterprise-storage/ktune.sysconfig @@ -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,dm-}*/queue/scheduler" +ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd}*/queue/scheduler" diff --git a/tune-profiles/laptop-ac-powersave/ktune.sysconfig b/tune-profiles/laptop-ac-powersave/ktune.sysconfig index 0302811..59cb675 100644 --- a/tune-profiles/laptop-ac-powersave/ktune.sysconfig +++ b/tune-profiles/laptop-ac-powersave/ktune.sysconfig @@ -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-,vd}*/queue/scheduler" diff --git a/tune-profiles/laptop-battery-powersave/ktune.sysconfig b/tune-profiles/laptop-battery-powersave/ktune.sysconfig index 0302811..59cb675 100644 --- a/tune-profiles/laptop-battery-powersave/ktune.sysconfig +++ b/tune-profiles/laptop-battery-powersave/ktune.sysconfig @@ -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-,vd}*/queue/scheduler" diff --git a/tune-profiles/latency-performance/ktune.sysconfig b/tune-profiles/latency-performance/ktune.sysconfig index 4be99a6..db7b324 100644 --- a/tune-profiles/latency-performance/ktune.sysconfig +++ b/tune-profiles/latency-performance/ktune.sysconfig @@ -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,dm-}*/queue/scheduler" +ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd}*/queue/scheduler" diff --git a/tune-profiles/server-powersave/ktune.sysconfig b/tune-profiles/server-powersave/ktune.sysconfig index 0302811..59cb675 100644 --- a/tune-profiles/server-powersave/ktune.sysconfig +++ b/tune-profiles/server-powersave/ktune.sysconfig @@ -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-,vd}*/queue/scheduler" diff --git a/tune-profiles/throughput-performance/ktune.sysconfig b/tune-profiles/throughput-performance/ktune.sysconfig index 4be99a6..db7b324 100644 --- a/tune-profiles/throughput-performance/ktune.sysconfig +++ b/tune-profiles/throughput-performance/ktune.sysconfig @@ -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,dm-}*/queue/scheduler" +ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd}*/queue/scheduler"