Skip to content

Commit dd2dc03

Browse files
committed
feat: add support for snapshot manager backing the role
Snapshot Manager is available on Centos 10, RHEL 9 and RHEL 10. Update to be compatiable with legacy code that is already deployed. Note that Snapshot Manager has minimum sizes for any snapshot of an origin. If the minimum size is used, an extend may not expand the size if the additional space is still below the minimum size. Currently the minimum size for snapm is 512 MiB. Future versions will decrease to 64 MiB. Some adjustment to the extend tests were made in this change to deal with failures of verify expecting expand to return true when the requested size was still below the minimum. Signed-off-by: trgill <tgill@redhat.com> Co-authored-by: Richard Megginson <richm@stanfordalumni.org>
1 parent 1d0944f commit dd2dc03

27 files changed

+3176
-2272
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
util-linux-core
2+
snapm
3+
boom-boot
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
util-linux-core
2+
snapm
3+
boom-boot
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
util-linux-core
2+
snapm
3+
boom-boot
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
util-linux-core
2+
snapm
3+
boom-boot
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
util-linux-core
2+
snapm
3+
boom-boot

0 commit comments

Comments
 (0)