← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2016030] Re: mounts should support mounting by label

 

Tracked in Github Issues as https://github.com/canonical/cloud-
init/issues/4102

** Bug watch added: github.com/canonical/cloud-init/issues #4102
   https://github.com/canonical/cloud-init/issues/4102

** Changed in: cloud-init
       Status: Triaged => Expired

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

Title:
  mounts should support mounting by label

Status in cloud-init:
  Expired

Bug description:
  This is legal in fstab:

  ```
  LABEL=myvol /mountpoint ext4 defaults 0 0
  ```

  It would be cool if cc_mounts would support mounting this way. It
  would also make mounting the correct EBS volume in the right place on
  EC2 a little more reliable, especially since fs_setup already supports
  applying a label.

  Additionally, if mounts is unable to figure out how to resolve the
  filesystem identifier, perhaps it should just try to use it (and place
  it in fstab) anyway? Or at least have an option to "force" application
  instead of skipping it (and let the user deal with their non-booting
  instance).

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



References