Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated cherry pick of #3169: Fix agent initialization error by adjusting #3238

Commits on Jan 25, 2022

  1. Fix agent initialization error by adjusting VMSwitch commands

    Set/Get-VMSwitch could return hostname resolution error in some environments.
    The root cause is the remote DNS name didn’t match hostname, then Set/Get-VMSwitch
    could return error once it needed to get hostname from DNS name.
    
    This issue can be fixed by adding hostname to configuration.
    e.g. Get-VMSwitch -ComputerName $(hostname) -Name %s
    
    Signed-off-by: Shuyang Xin <gavinx@vmware.com>
    XinShuYang committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    3facbf1 View commit details
    Browse the repository at this point in the history