Comment 4 for bug 1598783

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cloudbase-init (master)

Reviewed: https://review.openstack.org/529448
Committed: https://git.openstack.org/cgit/openstack/cloudbase-init/commit/?id=24365043e31a7cb0899d2222bbba654ef718da5b
Submitter: Zuul
Branch: master

commit 24365043e31a7cb0899d2222bbba654ef718da5b
Author: James Penick <email address hidden>
Date: Thu Dec 21 01:16:41 2017 +0000

    Recognize uppercase vfat disk labels

    New mkfs.vfat and fatlabel tools included in the dosfsutils package no
    longer support creating vfat disks with lowercase labels. They silently
    default to an all uppercase label eg CONFIG-2 instead of config-2. This
    change makes cloud-init handle either upper or lower case.

    Change-Id: Iec927db04b9621b20c9bee2c8d81325d7af80f9b
    Closes-Bug: #1598783