← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1870370] [NEW] cloud-init doesn't support NFS in mounts

 

Public bug reported:

When trying to mount filesystems that use NFS or EFS (AWS Elastic File
System - Amazon's implementation of NFSv4.1), cloud-init will not allow
valid NFS mountpoints to added to the fstab.

In the event that you try, you'll see

mounts configuration is [['fs-10e8d4db:/', '/opt/jenkins_workspace',
'efs', 'defaults,_netdev', 0, 0]]

followed by

"Attempting to determine the real name of fs-10e8d4ab:/" followed by
"Ignorming nonexistant named mount fs-10e8d4ab:/"

The problem is that sanitize_devname doesn't understand network mount
points.

I have a PR in progress to fix the problem.

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

-- 
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/1870370

Title:
  cloud-init doesn't support NFS in mounts

Status in cloud-init:
  New

Bug description:
  When trying to mount filesystems that use NFS or EFS (AWS Elastic File
  System - Amazon's implementation of NFSv4.1), cloud-init will not
  allow valid NFS mountpoints to added to the fstab.

  In the event that you try, you'll see

  mounts configuration is [['fs-10e8d4db:/', '/opt/jenkins_workspace',
  'efs', 'defaults,_netdev', 0, 0]]

  followed by

  "Attempting to determine the real name of fs-10e8d4ab:/" followed by
  "Ignorming nonexistant named mount fs-10e8d4ab:/"

  The problem is that sanitize_devname doesn't understand network mount
  points.

  I have a PR in progress to fix the problem.

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


Follow ups