ephemeral disk defaults to vfat filesystem

Bug #1693943 reported by Ryan Beisner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Nova Compute Charm
Fix Released
Wishlist
Andre Ruiz

Bug Description

The default filesystem for ephemeral disks in instances is vfat, when ext4 is expected and was the prior default.

A work-around is to set the default_ephemeral_format value to ext4 via the config-flags charm config option:
  options:
    config-flags: default_ephemeral_format=ext4

The charm should expose that as a config option, with a default value of ext4. The vfat filesystem format is generally not very useful for Linux instances, which is likely the majority of instances across typical Ubuntu OpenStack users. In cases where other values are needed, this would provide a mechanism to reconfigure the option.

See also: https://openstack-in-production.blogspot.com/2015/

Revision history for this message
James Page (james-page) wrote :

Is this also configurable using metadata on images?

Changed in charm-nova-compute:
status: New → Triaged
importance: Undecided → Wishlist
milestone: none → 18.02
tags: added: bite-sized
Ryan Beisner (1chb1n)
Changed in charm-nova-compute:
milestone: 18.02 → 18.05
James Page (james-page)
Changed in charm-nova-compute:
milestone: 18.05 → 18.08
James Page (james-page)
Changed in charm-nova-compute:
milestone: 18.08 → 18.11
James Page (james-page)
Changed in charm-nova-compute:
milestone: 18.11 → 19.04
Andre Ruiz (andre-ruiz)
Changed in charm-nova-compute:
assignee: nobody → Andre Ruiz (andre-ruiz)
Changed in charm-nova-compute:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-compute (master)

Reviewed: https://review.openstack.org/637611
Committed: https://git.openstack.org/cgit/openstack/charm-nova-compute/commit/?id=37ff6ded8bdbbe480baa4db4627d6cc889d2e3ef
Submitter: Zuul
Branch: master

commit 37ff6ded8bdbbe480baa4db4627d6cc889d2e3ef
Author: Andre Ruiz <email address hidden>
Date: Mon Feb 18 12:56:04 2019 -0300

    Implement new option: default_ephemeral_format

    This change implements a new option in config.yaml that sets the
    default format for new ephemeral volumes attached to instances.

    Closes-Bug: #1693943
    Change-Id: Iff9254039fa6f1cef9d80c0d59de8e37b39e30f0

Changed in charm-nova-compute:
status: In Progress → Fix Committed
David Ames (thedac)
Changed in charm-nova-compute:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.