profiles: not disabling barriers
Related: rhbz#922068 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
94e383a5ed
commit
f26e5f58f3
2 changed files with 0 additions and 10 deletions
|
|
@ -16,11 +16,6 @@ devices=sd*,cciss*,dm-*,vd*
|
|||
elevator=deadline
|
||||
readahead_multiply=4
|
||||
|
||||
# Disable barriers on non root and boot mounts
|
||||
[mounts]
|
||||
devices=!/,!/boot
|
||||
disable_barriers=true
|
||||
|
||||
[sysctl]
|
||||
# ktune sysctl settings for rhel6 servers, maximizing i/o throughput
|
||||
#
|
||||
|
|
|
|||
|
|
@ -5,11 +5,6 @@
|
|||
[main]
|
||||
include=throughput-performance
|
||||
|
||||
# Don't disable barriers (risk of data loss)
|
||||
[mounts]
|
||||
devices=!/,!/boot
|
||||
disable_barriers=false
|
||||
|
||||
[sysctl]
|
||||
# Filesystem I/O is usually much more efficient than swapping, so try to keep
|
||||
# swapping low. It's usually safe to go even lower than this on systems with
|
||||
|
|
|
|||
Loading…
Reference in a new issue