Skip to content

Commit 8b0cfad

Browse files
authored
Merge pull request #344 from puppetlabs/release-prep
Release prep v2.3.0
2 parents 48b2604 + 73104d4 commit 8b0cfad

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
77

8+
## [v2.3.0](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.3.0) - 2024-07-11
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.2.0...v2.3.0)
11+
12+
### Added
13+
14+
- CAT-1912 : Adding new getters and setters for stripes & not allowing change of stripes for an existing lvm [#343](https://github.com/puppetlabs/puppetlabs-lvm/pull/343) ([malikparvez](https://github.com/malikparvez))
15+
816
## [v2.2.0](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.2.0) - 2024-06-26
917

1018
[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.1.0...v2.2.0)

REFERENCE.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,10 @@ How to store the mirror log (core, disk, mirrored).
778778

779779
The size of the logical volume. Set to undef to use all available space
780780

781+
##### `stripes`
782+
783+
The number of stripes to allocate for the new logical volume.
784+
781785
##### `volume_group`
782786

783787
The volume group name associated with this logical volume. This will automatically
@@ -802,7 +806,6 @@ The following parameters are available in the `logical_volume` type.
802806
* [`region_size`](#-logical_volume--region_size)
803807
* [`resize_fs`](#-logical_volume--resize_fs)
804808
* [`size_is_minsize`](#-logical_volume--size_is_minsize)
805-
* [`stripes`](#-logical_volume--stripes)
806809
* [`stripesize`](#-logical_volume--stripesize)
807810
* [`thinpool`](#-logical_volume--thinpool)
808811
* [`type`](#-logical_volume--type)
@@ -878,10 +881,6 @@ this is just logged not causing a FAIL)
878881

879882
Default value: `false`
880883

881-
##### <a name="-logical_volume--stripes"></a>`stripes`
882-
883-
The number of stripes to allocate for the new logical volume.
884-
885884
##### <a name="-logical_volume--stripesize"></a>`stripesize`
886885

887886
The stripesize to use for the new logical volume.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-lvm",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"author": "puppetlabs",
55
"summary": "Provides Puppet types and providers to manage Logical Volume Manager (LVM) features.",
66
"license": "GPL-2.0",

0 commit comments

Comments
 (0)