puppetlabs-lvm icon indicating copy to clipboard operation
puppetlabs-lvm copied to clipboard

Feature/add support for filesystem labels

Open unki opened this issue 6 years ago • 3 comments

e.g.

    logical_volumes:
      opt:
        size: 20G
        use_fs_label: true

will then lead to

  • formating the filesystem by mkfs.ext4 -L opt /dev/vg-xyz/opt. the most mkfs's implement the -L label-parameter. So it shouldn't be necessary to make it configurable.
  • /etc/fstab entry LABEL=opt /opt ext4 defaults 0 0

unki avatar Mar 23 '20 05:03 unki

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Feb 24 '21 17:02 CLAassistant

lvm::logical_volume is a type

Breaking changes to this file WILL impact these 1 modules (exact match):
Breaking changes to this file MAY impact these 1 modules (near match):

lvm::volume_group is a type

Breaking changes to this file MAY impact these 1 modules (near match):

This module is declared in 11 of 576 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

failing tests are afaics not related to my changes. possibly gets fixed by #260

unki avatar Feb 24 '21 18:02 unki