Skip to content

Commit 7fc8d76

Browse files
committed
docs(changelog): version 1.15.0 [citest skip]
Update changelog and .README.html for version 1.15.0 Signed-off-by: Rich Megginson <[email protected]>
1 parent eec6543 commit 7fc8d76

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.README.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@ <h2 id="storage_pools"><code>storage_pools</code></h2>
206206
<li><p><code>type</code></p>
207207
<p>This specifies the type of pool to manage. Valid values for
208208
<code>type</code>: <code>lvm</code>.</p></li>
209+
<li><p><code>shared</code></p>
210+
<p>If set to <code>true</code>, the role creates or manages a shared
211+
volume group. Requires lvmlockd and dlm services configured and
212+
running.</p>
213+
<p>Default: <code>false</code></p>
214+
<p><strong>WARNING</strong>: Modifying the <code>shared</code> value on
215+
an existing pool is a destructive operation. The pool itself will be
216+
removed as part of the process.</p></li>
209217
<li><p><code>disks</code></p>
210218
<p>A list which specifies the set of disks to use as backing storage for
211219
the pool. Supported identifiers include: device node (like

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
[1.15.0] - 2023-12-12
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: Added support for creating shared LVM setups (#388)
10+
11+
### Other Changes
12+
13+
- ci: Bump actions/github-script from 6 to 7 (#405)
14+
- refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#406)
15+
416
[1.14.1] - 2023-11-29
517
--------------------
618

0 commit comments

Comments
 (0)