← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1799338] [NEW] cloud-init won't reformat NTFS ephemeral drive on SLES 15

 

Public bug reported:

Commit aa4eeb808 (Paul Meyer 2018-05-23 15:45:39 -0400  710) detects that the platform doesn't support NTFS volumes by looking for the appropriate error message in the exception it catches. The exact syntax of that error message differs between RHEL (the target distro for Paul's merge) and SUSE:
  RHEL mount: unknown filesystem type 'ntfs'
  SUSE mount: /dev/sdb1: unknown filesystem type 'ntfs'

As a result, cloud-init on SUSE VMs in Azure doesn't properly detect
that the distro doesn't support NTFS and thus will not reformat the
ephemeral volume on Azure.

** Affects: cloud-init
     Importance: Undecided
         Status: New

** Merge proposal linked:
   https://code.launchpad.net/~jasonzio/cloud-init/+git/cloud-init/+merge/357669

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1799338

Title:
  cloud-init won't reformat NTFS ephemeral drive on SLES 15

Status in cloud-init:
  New

Bug description:
  Commit aa4eeb808 (Paul Meyer 2018-05-23 15:45:39 -0400  710) detects that the platform doesn't support NTFS volumes by looking for the appropriate error message in the exception it catches. The exact syntax of that error message differs between RHEL (the target distro for Paul's merge) and SUSE:
    RHEL mount: unknown filesystem type 'ntfs'
    SUSE mount: /dev/sdb1: unknown filesystem type 'ntfs'

  As a result, cloud-init on SUSE VMs in Azure doesn't properly detect
  that the distro doesn't support NTFS and thus will not reformat the
  ephemeral volume on Azure.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1799338/+subscriptions


Follow ups