Update Journal Hard Limit HelpMessage
This commit is contained in:
@@ -133,7 +133,7 @@ function New-ZertoVpg {
|
|||||||
)]
|
)]
|
||||||
[string]$journalDatastore,
|
[string]$journalDatastore,
|
||||||
[Parameter(
|
[Parameter(
|
||||||
HelpMessage = "Default journal hard limit in megabytes. Default set to 150MB. Set to 0 to set the journal to unlimited",
|
HelpMessage = "Default journal hard limit in megabytes. Default set to 153600 MB (150 GB). Set to 0 to set the journal to unlimited",
|
||||||
Mandatory = $false
|
Mandatory = $false
|
||||||
)]
|
)]
|
||||||
[int]$journalHardLimitInMb = 153600,
|
[int]$journalHardLimitInMb = 153600,
|
||||||
|
|||||||
Reference in New Issue
Block a user