You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifests/logical_volume.pp
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# == Define: lvm::logical_volume
2
2
# @param volume_group The volume group name associated with this logical volume.
3
-
# This will automatically set this volume group as a dependency, but it must be defined elsewhere using the volume_group resource type.
4
-
# @param size Configures the size of the filesystem. Supports filesystem resizing. The size will be rounded up to the nearest multiple of the partition size.
3
+
# This will automatically set this volume group as a dependency,
4
+
# but it must be defined elsewhere using the volume_group resource type.
5
+
# @param size Configures the size of the filesystem. Supports filesystem resizing. The size will be rounded up to the nearest multiple of
6
+
# the partition size.
5
7
# @param initial_size The initial size of the logical volume. This will only apply to newly-created volumes
6
8
#
7
9
# @param ensure
@@ -36,7 +38,8 @@
36
38
37
39
# @param no_sync An optimization in lvcreate, at least on Linux.
38
40
39
-
# @param region_size A mirror is divided into regions of this size (in MB), the mirror log uses this granularity to track which regions are in sync.
41
+
# @param region_size A mirror is divided into regions of this size (in MB), the mirror log uses this granularity to track which regions
42
+
# are in sync.
40
43
# CAN NOT BE CHANGED on already mirrored volume.
41
44
# Take your mirror size in terabytes and round up that number to the next power of 2, using that number as the -R argument
0 commit comments