|
1 | | -# @param volume_group The volume group name associated with this logical volume. |
2 | | -# This will automatically set this volume group as a dependency, |
| 1 | +# @param volume_group The volume group name associated with this logical volume. |
| 2 | +# This will automatically set this volume group as a dependency, |
3 | 3 | # 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 |
| 4 | +# @param size Configures the size of the filesystem. Supports filesystem resizing. The size will be rounded up to the nearest multiple of |
5 | 5 | # the partition size. |
6 | 6 | # @param initial_size The initial size of the logical volume. This will only apply to newly-created volumes |
7 | 7 | # |
|
12 | 12 | # @param dump |
13 | 13 | # @param fs_type The file system type. eg. ext3. |
14 | 14 | # @param mkfs_options |
15 | | -# @param mountpath |
| 15 | +# @param mountpath |
16 | 16 | # @param mountpath_require |
17 | 17 | # @param mounted If puppet should mount the volume. This only affects what puppet will do, and not what will be mounted at boot-time. |
18 | 18 | # @param createfs |
|
23 | 23 | # |
24 | 24 | # @param readahead The readahead count to use for the new logical volume. |
25 | 25 | # |
26 | | -# @param range - Set to true if the ‘size’ parameter specified, is just the minimum size you need |
| 26 | +# @param range - Set to true if the ‘size’ parameter specified, is just the minimum size you need |
27 | 27 | # (if the LV found is larger then the size requests this is just logged not causing a FAIL) |
28 | 28 | # |
29 | 29 | # @param size_is_minsize Lists strings for access control for connection method, users, databases, IPv4 addresses; |
|
33 | 33 | # @param poolmetadatasize Set the initial size of the logical volume pool metadata on creation |
34 | 34 |
|
35 | 35 | # @param mirror The number of mirrors of the volume. |
36 | | -# @param mirrorlog How to store the mirror log (Allowed values: core, disk, mirrored). |
| 36 | +# @param mirrorlog How to store the mirror log (Allowed values: core, disk, mirrored). |
37 | 37 |
|
38 | 38 | # @param no_sync An optimization in lvcreate, at least on Linux. |
39 | 39 |
|
40 | | -# @param region_size A mirror is divided into regions of this size (in MB), the mirror log uses this granularity to track which regions |
41 | | -# are in sync. |
42 | | -# CAN NOT BE CHANGED on already mirrored volume. |
| 40 | +# @param region_size A mirror is divided into regions of this size (in MB), the mirror log uses this granularity to track which regions |
| 41 | +# are in sync. |
| 42 | +# CAN NOT BE CHANGED on already mirrored volume. |
43 | 43 | # Take your mirror size in terabytes and round up that number to the next power of 2, using that number as the -R argument |
44 | 44 |
|
45 | 45 | # @param alloc Selects the allocation policy when a command needs to allocate Physical Extents from the Volume Group. Allowed Values: |
|
0 commit comments