Skip to content

Commit 2c95505

Browse files
committed
logical_volume: whitespace cleanup
1 parent 48bd11d commit 2c95505

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

manifests/logical_volume.pp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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,
33
# 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
55
# the partition size.
66
# @param initial_size The initial size of the logical volume. This will only apply to newly-created volumes
77
#
@@ -12,7 +12,7 @@
1212
# @param dump
1313
# @param fs_type The file system type. eg. ext3.
1414
# @param mkfs_options
15-
# @param mountpath
15+
# @param mountpath
1616
# @param mountpath_require
1717
# @param mounted If puppet should mount the volume. This only affects what puppet will do, and not what will be mounted at boot-time.
1818
# @param createfs
@@ -23,7 +23,7 @@
2323
#
2424
# @param readahead The readahead count to use for the new logical volume.
2525
#
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
2727
# (if the LV found is larger then the size requests this is just logged not causing a FAIL)
2828
#
2929
# @param size_is_minsize Lists strings for access control for connection method, users, databases, IPv4 addresses;
@@ -33,13 +33,13 @@
3333
# @param poolmetadatasize Set the initial size of the logical volume pool metadata on creation
3434

3535
# @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).
3737

3838
# @param no_sync An optimization in lvcreate, at least on Linux.
3939

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.
4343
# Take your mirror size in terabytes and round up that number to the next power of 2, using that number as the -R argument
4444

4545
# @param alloc Selects the allocation policy when a command needs to allocate Physical Extents from the Volume Group. Allowed Values:

0 commit comments

Comments
 (0)