profiles: added support for Xen VSDs
Resolves: rhbz#1159963 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
1cc036e865
commit
07ba54d55a
15 changed files with 15 additions and 15 deletions
|
|
@ -51,7 +51,7 @@ service is enabled and started, it will use the configuration options from
|
|||
SYSCTL_PRE="/etc/sysctl.conf /etc/sysctl.d/*"
|
||||
SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
||||
ELEVATOR="deadline"
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
||||
SYSCTL is the primary ktune sysctl profile. If you comment it out, it will not
|
||||
get applied.
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
|||
ELEVATOR="deadline"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
|||
#ELEVATOR="deadline"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
#ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
#ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
|||
ELEVATOR="deadline"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
DISKS_DEV="$(command ls -d1 /dev/[shv]d*[a-z] 2>/dev/null)"
|
||||
DISKS_SYS="$(command ls -d1 /sys/block/{sd,cciss,dm-,vd,dasd}* 2>/dev/null)"
|
||||
DISKS_SYS="$(command ls -d1 /sys/block/{sd,cciss,dm-,vd,dasd,xvd}* 2>/dev/null)"
|
||||
|
||||
# SATA Aggressive Link Power Management
|
||||
# usage: set_disk_alpm policy
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
|||
#ELEVATOR="deadline"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
#ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
#ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
|||
#ELEVATOR="deadline"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
#ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
#ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
|||
ELEVATOR="deadline"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
|||
ELEVATOR="noop"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
|
|
|||
|
|
@ -27,4 +27,4 @@ SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
|||
ELEVATOR="deadline"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ SYSCTL_PRE="/etc/sysctl.d/* /etc/sysctl.conf"
|
|||
ELEVATOR="deadline"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
||||
# The following lines are for autodetection of SAP settings
|
||||
SAP_MAIN_MEMORY_TOTAL=`awk '/MemTotal:/ {print $2}' /proc/meminfo`
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
|||
#ELEVATOR="deadline"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
#ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
#ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
|||
ELEVATOR="deadline"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
|||
ELEVATOR="deadline"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd}*/queue/scheduler"
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,vd,dasd,xvd}*/queue/scheduler"
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
|||
ELEVATOR="deadline"
|
||||
|
||||
# These are the devices, that should be tuned with the ELEVATOR
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,dasd}*/queue/scheduler"
|
||||
ELEVATOR_TUNE_DEVS="/sys/block/{sd,cciss,dm-,dasd,xvd}*/queue/scheduler"
|
||||
|
|
|
|||
Loading…
Reference in a new issue