Configure undercloud to use ext4 ephemeral FS
authorClint Byrum <clint@fewbar.com>
Sun, 5 Jan 2014 20:07:53 +0000 (12:07 -0800)
committerClint Byrum <clint@fewbar.com>
Tue, 7 Jan 2014 01:34:21 +0000 (17:34 -0800)
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
undercloud-vm-source.yaml

index 2384448..0f546c4 100644 (file)
@@ -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:
index 9cc1ea2..a898707 100644 (file)
@@ -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: