Skip to content

feature request: make native network connectivity validation optional #482

@bam80

Description

@bam80

In some circumstances, as proxy chaining, it's a priory known the native network connectivity would fail.
mtg doctor "Validate native network connectivity" check may take up to a minute just because of that:

$ mtg doctor /config/config.toml 
...
# slowdown here..
Validate native network connectivity
  ❌ DC 1: dial tcp [2001:b28:f23d:f001::a]:443: i/o timeout
  ❌ DC 2: dial tcp [2001:67c:4e8:f002::a]:443: i/o timeout
  ❌ DC 3: dial tcp [2001:b28:f23d:f003::a]:443: i/o timeout
  ❌ DC 4: dial tcp [2001:67c:4e8:f004::a]:443: i/o timeout
  ❌ DC 5: dial tcp [2001:b28:f23f:f005::a]:443: i/o timeout
  ❌ DC 203: dial tcp [2a0a:f280:203:a:5000::100]:443: i/o timeout

# .. and then quick again
Validate network connectivity with proxy
  ✅ DC 1
  ✅ DC 2
  ✅ DC 3
  ✅ DC 4
  ✅ DC 5
  ✅ DC 203

Could we make the native network connectivity validation optional please?

cc @dolonet

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions