forked from puppetlabs/puppetlabs-lvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
70 lines (51 loc) · 2.21 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2014-09-16 - Version 0.3.3
Summary:
This release fixes an issue with the metadata and fixes a bug with
initial_size.
Bugs:
- Remove Modulefile and move dependencies to metadata.json
- Don't set --extents=100%FREE if initial_size is set
2014-06-25 - Version 0.3.2
Summary:
This release fixes a couple of small, but important, bugs.
Bugs:
- Fix the size comparision to be unit aware.
- Fix exec that was missing a path attribute.
- Add autorequire for the volume_group.
2014-04-11 - Version 0.3.1
Summary:
This release simply adds metadata consumed by the forge for displaying
operating system compatibility. No other changes.
2014-04-10 - Version 0.3.0
Summary:
This release features a new base lvm class, and set of defines, that allows you
to express your volume groups through a `volume_groups` parameter. This makes
it easier to hiera backend your LVM configuration.
More information about this feature can be found in the README file.
2014-02-04 - Version 0.2.0
Summary:
It's been a long time since the previous release and the LVM module has seen a
lot of community development. It now supports AIX, thanks to Craig Dunn, and
grew an enormous number of facts, properties, and parameters. There's a
fistful of bugfixes too which should help RHEL5 users.
Features:
- A new `lvm_support` fact was added.
- A new `lvm_vgs` fact was added.
- A new `lvm_pvs` fact was added.
- Dynamic facts were added for lvm_vg_N and lvm_pv_N.
- Support for lvcreate -l argument (extents)
- Added AIX providers for logical_volume and filesystem types.
- Use ensure_resources to handle multiple physical_volume in a volume_group.
- Add XFS online resizing support.
- Add `initial_size` property.
- Add `extents` property.
- Add `stripes` property.
- Add `stripsize` property.
- Huge number of parameters were added, most AIX only.
Bugfixes:
- Fix messages with new_size variables in logical_volume/lvm.rb
- size 'undef' doesn't work when creating a new logical volume
- resize2fs isn't called during resizing on ruby>1.
- Allow for physical_volumes and volume_groups that change as system lives.
- On RHEL 5 family systems ext4 filesystems can not be resized using resize2fs.
- Suppress facter warnings on systems that don't support LVM.