Skip to content

Commit

Permalink
[test] turn on host io cache for opensuse
Browse files Browse the repository at this point in the history
The hope is that this will resolve the problems with very slow io we're
seeing on this box in elastic#30295
  • Loading branch information
andyb-elastic committed Jul 13, 2018
1 parent 867c496 commit a6191a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ Vagrant.configure(2) do |config|
'opensuse-42'.tap do |box|
config.vm.define box, define_opts do |config|
config.vm.box = 'elastic/opensuse-42-x86_64'

# https://github.com/elastic/elasticsearch/issues/30295
config.vm.provider 'virtualbox' do |vbox|
vbox.customize ['storagectl', :id, '--name', 'SATA Controller', '--hostiocache', 'on']
end
suse_common config, box
end
end
Expand Down

0 comments on commit a6191a0

Please sign in to comment.