From f10ec737e9e427991e2630f3a18bb1b5bb1e9b86 Mon Sep 17 00:00:00 2001
From: Rich Megginson snapshot_lvm_action
conflicts and there is sufficient space to take the snapshots
clean
: Remove snapshots that conform to the
specified prefix and pattern
revert
: Revert to snapshots that are specifed by
+either the pattern or set. If either the source LV or snapshot are open,
+the merge is deferred until the next time the server reboots and the
+source logical volume is activated.
The snapshot role supports sets of volumes. Sets may contain any diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f49cf..c76b8d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +[1.1.0] - 2024-01-26 +-------------------- + +### New Features + +- feat: add support for reverting LV back to state of snapshot (#15) + [1.0.0] - 2024-01-24 --------------------