Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/data/baremetal/bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "libvirt_volume" "bootstrap" {
base_volume_id = libvirt_volume.bootstrap-base.id
# Keep this in sync with the main libvirt size in
# data/data/libvirt/bootstrap/main.tf
size = "21474836480"
size = "34359738368"
}

resource "libvirt_ignition" "bootstrap" {
Expand Down
2 changes: 1 addition & 1 deletion data/data/libvirt/bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "libvirt_volume" "bootstrap" {
base_volume_id = var.base_volume_id
pool = var.pool
# Bump this so it works for OKD/FCOS too
size = "21474836480"
size = "34359738368"
}

resource "libvirt_ignition" "bootstrap" {
Expand Down