Skip to content

Commit

Permalink
Nova: format new ephemeral volumes with ext4
Browse files Browse the repository at this point in the history
Change-Id: I95ab559f1d4d0ce4734141c79dd71210df01e54b
  • Loading branch information
Andrew Bogott committed Jun 28, 2021
1 parent 3b6dcae commit 4a2bc37
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -3,6 +3,9 @@
#compute_driver=nova.virt.libvirt.LibvirtDriver
compute_driver=libvirt.LibvirtDriver

# The default here is vfat for some reason
default_ephemeral_format = ext4

# Ensure VMs have the same state after a host reboot
resume_guests_state_on_host_boot = True

Expand Down

0 comments on commit 4a2bc37

Please sign in to comment.