Skip to content

Commit 0198c85

Browse files
committed
minor
1 parent 7021819 commit 0198c85

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Rubrik/Public/Get-RubrikHvmFormatClusterStorage.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function Get-RubrikHvmFormatClusterStorage
4242
.EXAMPLE
4343
Get-RubrikHvmFormatClusterStorage -SetToUpgrade
4444
This will return projected space consumption of migrating all old-format, removed Hyper-V VMs that have been set for a force full upgrade by specifying the forcefullspec.
45-
45+
4646
.EXAMPLE
4747
Get-RubrikHvmFormatClusterStorage -Id HypervVirtualMachine:::205b0b65-b90c-48c5-9cab-66b95ed18c0f
4848
This will return projected space consumption for the specified HypervVirtualMachine ID, and 0 if this HypervVirtualMachine uses fast VHDX format (no need for migration).
@@ -76,9 +76,10 @@ function Get-RubrikHvmFormatClusterStorage
7676
# SLA id value
7777
[Alias('effective_sla_domain_id')]
7878
[String]$SLAID,
79-
# Filter the report based on whether a Volume Group is set to take a full snapshot on the next backup.
79+
# Filter the report based on whether a Hyper-V Virtual Machine is set to take a full snapshot on the next backup.
8080
[Alias('ForceFullSpec')]
8181
[Switch]$SetToUpgrade,
82+
# Add the Hyper-V Virtual Machines Summary Report for VMs which haven't used the Fast VHDX builder.
8283
[Switch]$DisplayReport,
8384
# Rubrik server IP or FQDN
8485
[String]$Server = $global:RubrikConnection.server,

Rubrik/Public/Set-RubrikHvmFormatAutoUpgrade.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function Set-RubrikHvmFormatAutoUpgrade
116116
Write-Host ""
117117
if ($isFlagSet) {
118118
if ($migrateFastVirtualDiskBuild -eq $false) {
119-
Write-Host "Successfully disabled Volume Format Auto-Upgrade."
119+
Write-Host "Successfully disabled Hyper-V Format Auto-Upgrade."
120120
}
121121
if ($migrateFastVirtualDiskBuild -eq $true) {
122122
Write-Host "Successfully configured to Auto-Upgrade Hyper-V Virtual Machines on Next Backup."

0 commit comments

Comments
 (0)