← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1990072] Re: mount helper: improve mount performance on BSDs

 

aside from the join being wrong, this only incidentally worked in my
test, because I supplied the correct type first.

** Changed in: cloud-init
       Status: New => Invalid

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

Title:
  mount helper: improve mount performance on BSDs

Status in cloud-init:
  Invalid

Bug description:
  BSD mount(8) doesn't support `-t auto` but it supports a list.
  We can compress our current three attempts at mounting CI data into one with:

  ```
  mount -t cd9660,msdosfs,ufs /dev/blah/blubb /run/cloud-init/tmp/blubb
  ```

  This should probably only be done in the case when *no* type has been supplied
  otherwise, what we can do is reorder the list to improve probability during Ci-data discovery

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



References