File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff 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
211219the pool. Supported identifiers include: device node (like
Original file line number Diff line number Diff line change 11Changelog
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
You can’t perform that action at this time.
0 commit comments