Skip to content

Commit 2d65b99

Browse files
committed
Fix Accidental function call in Remove-NonResponsiveHosts
Signed-off-by: Ken Gould <ken.gould@broadcom.com>
1 parent a823079 commit 2d65b99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VMware.CloudFoundation.InstanceRecovery.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3872,7 +3872,7 @@ Function Remove-NonResponsiveHosts {
38723872
New-SSHTrustedHost -KnownHostStore $inmem -HostName $nsxManagerFQDN -FingerPrint ((Get-SSHHostKey -ComputerName $nsxManagerFQDN).fingerprint) | Out-Null
38733873
Do {
38743874
$sshSession = New-SSHSession -computername $nsxManagerFQDN -Credential $mycreds -KnownHost $inmem
3875-
} Until ($sshSession)Move-MgmtVmsToTempPg
3875+
} Until ($sshSession)
38763876
$nsxCommand = "grep -a `".*RemoveNsxFromComputeCollectionActivity.*entity= 'ComputeCollectionMsg/$clusterComputeCollectionId.*phase= `'Begin`'`" /var/log/proton/nsxapi.log"
38773877
LogMessage -type WAIT -message "[$nsxManagerFqdn] Waiting for Cluster Image Cleanup to Complete"
38783878
Do {

0 commit comments

Comments
 (0)