diff --git a/tune-profiles/enterprise-storage/ktune.sysconfig b/tune-profiles/enterprise-storage/ktune.sysconfig index d2091b5..4be99a6 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}*/queue/scheduler" +ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-}*/queue/scheduler" diff --git a/tune-profiles/latency-performance/ktune.sysconfig b/tune-profiles/latency-performance/ktune.sysconfig index d2091b5..4be99a6 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}*/queue/scheduler" +ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-}*/queue/scheduler" diff --git a/tune-profiles/throughput-performance/ktune.sysconfig b/tune-profiles/throughput-performance/ktune.sysconfig index d2091b5..4be99a6 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}*/queue/scheduler" +ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-}*/queue/scheduler"