Skip to content

Commit ef1917a

Browse files
authored
Merge pull request #160 from crayfishx/docs/typo
Corrected :false to false
2 parents 8bb29fd + ada29b4 commit ef1917a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ resources out yourself.
171171
* readahead (Parameter) - The readahead count to use for the new logical volume.
172172
* region_size (Parameter) - A mirror is divided into regions of this size (in MB), the mirror log uses this granularity to track which regions are in sync. CAN NOT BE CHANGED on already mirrored volume. Take your mirror size in terabytes and round up that number to the next power of 2, using that number as the -R argument.
173173
* size (Property) - The size of the logical volume. Set to undef to use all available space
174-
* size_is_minsize (Parameter) Default value: `:false` - Set to true if the ‘size’ parameter specified, is just the minimum size you need (if the LV found is larger then the size requests this is just logged not causing a FAIL)
174+
* size_is_minsize (Parameter) Default value: `false` - Set to true if the ‘size’ parameter specified, is just the minimum size you need (if the LV found is larger then the size requests this is just logged not causing a FAIL)
175175
* stripes (Parameter) - The number of stripes to allocate for the new logical volume.
176176
* stripesize (Parameter) - The stripesize to use for the new logical volume.
177177
* thinpool (Parameter) - Default value: `:false` - Set to true to create a thin pool

0 commit comments

Comments
 (0)