← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1645824] [NEW] NoCloud source doesn't work on FreeBSD

 

Public bug reported:

Hey guys,

I'm trying to use cloud-init on FreeBSD using CD to seed metadata, the
thing is that it had some issues:

- Mount option 'sync' is not allowed for cd9660 filesystem.
- I optimized the list of filesystems that needed to be scanned for metadata by having three lists (vfat, iso9660, and label list) and then checking against them to see which filesystem option needs to be passed to mount command.

Additionally I'm going to push some changes to FreeBSD cloud-init
package so it can build last version. I will open another ticket for
fixing networking in FreeBSD as it doesn't support sysfs
(/sys/class/net/) by default.

Thanks!

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


** Tags: freebsd nocloud

** Attachment added: "Patch to fix NoCloud in FreeBSD"
   https://bugs.launchpad.net/bugs/1645824/+attachment/4784804/+files/fix_nocloud_freebsd.patch

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

Title:
  NoCloud source doesn't work on FreeBSD

Status in cloud-init:
  New

Bug description:
  Hey guys,

  I'm trying to use cloud-init on FreeBSD using CD to seed metadata, the
  thing is that it had some issues:

  - Mount option 'sync' is not allowed for cd9660 filesystem.
  - I optimized the list of filesystems that needed to be scanned for metadata by having three lists (vfat, iso9660, and label list) and then checking against them to see which filesystem option needs to be passed to mount command.

  Additionally I'm going to push some changes to FreeBSD cloud-init
  package so it can build last version. I will open another ticket for
  fixing networking in FreeBSD as it doesn't support sysfs
  (/sys/class/net/) by default.

  Thanks!

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


Follow ups