Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
78b05d0f
Unverified
Commit
78b05d0f
authored
3 years ago
by
190ikp
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix disk controller type in Vagrantfile (#8656)
parent
1c0df782
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+1
-1
1 addition, 1 deletion
Vagrantfile
with
1 addition
and
1 deletion
Vagrantfile
+
1
−
1
View file @
78b05d0f
...
...
@@ -171,7 +171,7 @@ Vagrant.configure("2") do |config|
# always make /dev/sd{a/b/c} so that CI can ensure that
# virtualbox and libvirt will have the same devices to use for OSDs
(
1
..
$kube_node_instances_with_disks_number
).
each
do
|
d
|
lv
.
storage
:file
,
:device
=>
"hd
#{
driverletters
[
d
]
}
"
,
:path
=>
"disk-
#{
i
}
-
#{
d
}
-
#{
DISK_UUID
}
.disk"
,
:size
=>
$kube_node_instances_with_disks_size
,
:bus
=>
"
ide
"
lv
.
storage
:file
,
:device
=>
"hd
#{
driverletters
[
d
]
}
"
,
:path
=>
"disk-
#{
i
}
-
#{
d
}
-
#{
DISK_UUID
}
.disk"
,
:size
=>
$kube_node_instances_with_disks_size
,
:bus
=>
"
scsi
"
end
end
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment