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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -142,12 +142,12 @@ If you need a more complex configuration, you'll need to build the
142
142
resources out yourself.
143
143
144
144
## Optional Values
145
-
The `unless_vg` (physical_volume) and `createonly` (volume_group) will check
145
+
The `unless_vg` (physical_volume) and `createonly` (volume_group) will check
146
146
to see if "myvg" exists. If "myvg" does exist then they will not modify
147
147
the physical volume or volume_group. This is useful if your environment
148
148
is built with certain disks but they change while the server grows, shrinks
149
149
or moves.
150
-
150
+
151
151
Example:
152
152
```puppet
153
153
physical_volume { "/dev/hdc":
@@ -200,6 +200,7 @@ resources out yourself.
200
200
* stripes (Parameter) - The number of stripes to allocate for the new logical volume.
201
201
* stripesize (Parameter) - The stripesize to use for the new logical volume.
202
202
* thinpool (Parameter) - Default value: `false` - Set to true to create a thin pool or to pool name to create thin volume
203
+
* use_fs_label (Parameter) - Default value: `false` - Set to true to create and mount the filesystem with a label (e.g. `mkfs.ext4 -L foobar` and `mount LABEL=foobar /mnt`). The value is taken from the resource-title.
203
204
* volume_group (Parameter) - The volume group name associated with this logical volume. This will automatically set this volume group as a dependency, but it must be defined elsewhere using the volume_group resource type.
0 commit comments