Reviewed: https://review.openstack.org/65009 Committed: https://git.openstack.org/cgit/openstack/tripleo-image-elements/commit/?id=4236bb474276eb4cc1807b27e3949ab3b5019260 Submitter: Jenkins Branch: master
commit 4236bb474276eb4cc1807b27e3949ab3b5019260 Author: Clint Byrum <[email protected]> Date: Sun Jan 5 11:20:29 2014 -0800 Allow setting nova default_ephemeral_format We need to allow setting default_ephemeral_format so that the overcloud can retain the default value but the undercloud can use ext4 to reduce deploy times when writing ephemeral filesystems. Change-Id: Ic754f3b342b632a6919d4ad1b808627ec9fa4308 Partial-Bug: #1266262 ** Changed in: tripleo Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1266262 Title: creating a large ext3 ephemeral disk filesystem is much slower than ext4 Status in OpenStack Compute (Nova): New Status in tripleo - openstack on openstack: Fix Released Bug description: ext3 is more generally available than ext4, but creating an ext3 filesystem involves a lot more writing than ext3. The only reason to retain ext3 is to retain backward compatibility with very old guest OS's or OS's which have chosen not to support ext4 such as SLES. A plan should be made to deprecate ext3 support in Nova at some point. For TripleO we are not supporting deploying OpenStack itself on older OS's like this, thus we should change this setting in our baremetal cloud(s) to be ext4. In nova, we should officially deprecate ext3 support in Icehouse's release notes, and change the default to ext4 in Juno. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1266262/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

