Merge ~penick/cloud-init:handle_uppercase_labels into cloud-init:master
Proposed by
James Penick
Status: | Merged |
---|---|
Approved by: | Chad Smith |
Approved revision: | 0687d25c69a01812c00206036ec02580299c04ac |
Merge reported by: | Chad Smith |
Merged at revision: | eb70975eaf37cf9549949f72e7647addb81a52ac |
Proposed branch: | ~penick/cloud-init:handle_uppercase_labels |
Merge into: | cloud-init:master |
Diff against target: |
96 lines (+28/-3) 4 files modified
cloudinit/sources/DataSourceConfigDrive.py (+2/-2) tests/unittests/test_datasource/test_configdrive.py (+6/-0) tests/unittests/test_ds_identify.py (+17/-0) tools/ds-identify (+3/-1) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Chad Smith | Approve | ||
Review via email:
|
Commit message
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.
LP: #1598783
Description of the change
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.
LP: #1598783
To post a comment you must log in.
Thank your contribution and making making cloud-init and Ubuntu better.
Cloud-init is governed by Canonical's Contributors Agreement. Before we can get your contribution upstream, I needed to confirm that you have signed that CLA. I didn't find your launchpad user name listed in the Launchpad group https:/ /launchpad. net/~contributo r-agreement- canonical.
To get there please review the CLA at https:/ /www.ubuntu. com/legal/ contributors and digitally sign it if you haven't already.
Thank you again for your help.