We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a823079 commit 2d65b99Copy full SHA for 2d65b99
1 file changed
VMware.CloudFoundation.InstanceRecovery.psm1
@@ -3872,7 +3872,7 @@ Function Remove-NonResponsiveHosts {
3872
New-SSHTrustedHost -KnownHostStore $inmem -HostName $nsxManagerFQDN -FingerPrint ((Get-SSHHostKey -ComputerName $nsxManagerFQDN).fingerprint) | Out-Null
3873
Do {
3874
$sshSession = New-SSHSession -computername $nsxManagerFQDN -Credential $mycreds -KnownHost $inmem
3875
- } Until ($sshSession)Move-MgmtVmsToTempPg
+ } Until ($sshSession)
3876
$nsxCommand = "grep -a `".*RemoveNsxFromComputeCollectionActivity.*entity= 'ComputeCollectionMsg/$clusterComputeCollectionId.*phase= `'Begin`'`" /var/log/proton/nsxapi.log"
3877
LogMessage -type WAIT -message "[$nsxManagerFqdn] Waiting for Cluster Image Cleanup to Complete"
3878
0 commit comments