Skip to content

Commit 5f7c53a

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 5ac551c commit 5f7c53a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Vagrantfile

-5
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)