Server detects wrong FQDN when running Windows on AWS

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Works as Designed
    • Priority: Critical - P2
    • None
    • Affects Version/s: 3.6.4
    • Component/s: Networking
    • None
    • ALL
    • Hide

      Launch a Windows host of type windows-64-vs2015-small. Download and install MongoDB onto the VM and start a MongoDB process. From the Mongo shell, run the following command:

      db.runCommand({ serverStatus: 1, advisoryHostFQDNs: 1 })

      The advisoryHostFQDNs field in the resulting document will contain the incorrect hostname.

      Show
      Launch a Windows host of type windows-64-vs2015-small. Download and install MongoDB onto the VM and start a MongoDB process. From the Mongo shell, run the following command: db.runCommand({ serverStatus: 1, advisoryHostFQDNs: 1 }) The advisoryHostFQDNs field in the resulting document will contain the incorrect hostname.
    • None
    • 0
    • None
    • None
    • None
    • None
    • None
    • None

      When running on a Windows box on AWS, the server will detect an FQDN of the form WIN-T1NSTPV2UDM.ec2.internal, which is not correct. The correct hostnames for such an AWS box are WIN-T1NSTPV2UDM and ip-10-122-16-56.ec2.internal.

      This bug is blocking us from being able to run our E2E tests on Windows on Evergreen, so please prioritize.

      CC justin.moses mark.benvenuto

            Assignee:
            Andrew Morrow (Inactive)
            Reporter:
            David Golub (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: