Skip to content

Commit 432f1b6

Browse files
committed
Remove the SATA controller from OpenSUSE box
We build this box with an IDE controller now so this commit stops configuring the usage of the SATA controller.
1 parent 8471cc4 commit 432f1b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Vagrantfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ Vagrant.configure(2) do |config|
115115
'opensuse-42'.tap do |box|
116116
config.vm.define box, define_opts do |config|
117117
config.vm.box = 'elastic/opensuse-42-x86_64'
118-
119-
# https://github.com/elastic/elasticsearch/issues/30295
120-
config.vm.provider 'virtualbox' do |vbox|
121-
vbox.customize ['storagectl', :id, '--name', 'SATA Controller', '--hostiocache', 'on']
122-
end
123118
suse_common config, box
124119
end
125120
end

0 commit comments

Comments
 (0)