From 31f519ef88352fd4c439c56df87b36e73355778b Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Sun, 5 Jan 2014 12:07:53 -0800 Subject: Configure undercloud to use ext4 ephemeral FS Ext4 is significantly more efficient when being created, and we do not need to support older OS's or platforms that do not support ext4. This will be ineffective until the change to the nova element lands, but it is harmless to land this first. That change is referenced by this Gerrit change ID in tripleo-image-elements: Ic754f3b342b632a6919d4ad1b808627ec9fa4308 Closes-Bug: #1266262 Change-Id: Icca5fd94ca230141818ee9adb416f6f062869c6b --- undercloud-bm-source.yaml | 1 + undercloud-vm-source.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/undercloud-bm-source.yaml b/undercloud-bm-source.yaml index 23844484..0f546c46 100644 --- a/undercloud-bm-source.yaml +++ b/undercloud-bm-source.yaml @@ -15,6 +15,7 @@ Resources: compute_hostname: undercloud compute_driver: baremetal.driver.BareMetalDriver db: mysql://nova:unset@localhost/nova + default_ephemeral_format: ext4 host: 127.0.0.1 metadata-proxy: false tuning: diff --git a/undercloud-vm-source.yaml b/undercloud-vm-source.yaml index 9cc1ea25..a8987072 100644 --- a/undercloud-vm-source.yaml +++ b/undercloud-vm-source.yaml @@ -19,6 +19,7 @@ Resources: compute_hostname: undercloud compute_driver: baremetal.driver.BareMetalDriver db: mysql://nova:unset@localhost/nova + default_ephemeral_format: ext4 host: 127.0.0.1 metadata-proxy: false tuning: -- cgit 1.2.3-korg