File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,6 +212,8 @@ <h2 id="snapshot_lvm_action">snapshot_lvm_action</h2>
212212VGs/LVs</ p > </ li >
213213< li > < p > < code > check</ code > : Validate that snapshot names don't have
214214conflicts and there is sufficient space to take the snapshots</ p > </ li >
215+ < li > < p > < code > list</ code > : List the status of the specified
216+ VGs/LVs</ p > </ li >
215217< li > < p > < code > remove</ code > : Remove snapshots that conform to the
216218specified prefix and pattern</ p > </ li >
217219< li > < p > < code > revert</ code > : Revert to snapshots that are specified by
@@ -221,7 +223,9 @@ <h2 id="snapshot_lvm_action">snapshot_lvm_action</h2>
221223< li > < p > < code > extend</ code > : Extend snapshot to have at least
222224snapshot_lvm_percent_space_required space allocated to the snapshot.
223225Allocations are rounded up to the next multiple of the volume group
224- extent size.</ p > </ li >
226+ extent size. To extend a subset of a snapset, update
227+ percent_space_required to the updated value for the desired subset of
228+ volumes.</ p > </ li >
225229< li > < p > < code > mount</ code > : Mount a filesystem on a mount point</ p > </ li >
226230< li > < p > < code > umount</ code > : Unmount a filesystem</ p > </ li >
227231</ ul >
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ [ 1.7.0] - 2026-04-28
5+ --------------------
6+
7+ ### New Features
8+
9+ - feat: add list command to report the status of LVM snapshots for specified VGs/LVs (#164 )
10+ - feat: add role fingerprints to syslog (#165 )
11+
12+ ### Other Changes
13+
14+ - ci: tox-lsr version 3.15.0 [ citest_skip] (#150 )
15+ - ci: Add Fedora 43, remove Fedora 41 from Testing Farm CI (#151 )
16+ - ci: bump actions/upload-artifact from 6 to 7 (#153 )
17+ - ci: tox-lsr 3.17.0 - container test improvements, use ansible 2.20 for fedora 43 [ citest_skip] (#155 )
18+ - ci: tox-lsr 3.17.1 - previous update broke container tests, this fixes them [ citest_skip] (#156 )
19+ - ci: fix yum repos to use devel site instead of old site name [ citest_skip] (#158 )
20+ - ci: use codecov @v6 [ citest_skip] (#159 )
21+ - ci: update header for run_role_with_clear_facts [ citest_skip] (#160 )
22+ - test: support ansible-test milestone version 2.22 [ citest_skip] (#161 )
23+ - ci: Comply with Ansible partner certification checking [ citest_skip] (#162 )
24+ - ci: ansible-lint requires dependencies to be installed [ citest_skip] (#163 )
25+
426[ 1.6.4] - 2026-02-06
527--------------------
628
You can’t perform that action at this time.
0 commit comments