You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since most recent windows versions do not have static route to openstack/ec2 mds ip, e.g., 169.254.169.254, please consider to remove mds url check before static route is added. Otherwise those checks will prolong mds discovery for 1~2 minutes. Or at lease disable this behavior for openstack/ec2 datasources
related code, util/network.py:
//if (not osutils.check_static_route_exists(metadata_host) and not check_url(metadata_url)):
The text was updated successfully, but these errors were encountered:
rayy3535
changed the title
Remove metadata check before adding static route
Remove metadata check before adding static route for openstack datasource
Apr 14, 2024
Since most recent windows versions do not have static route to openstack/ec2 mds ip, e.g., 169.254.169.254, please consider to remove mds url check before static route is added. Otherwise those checks will prolong mds discovery for 1~2 minutes. Or at lease disable this behavior for openstack/ec2 datasources
related code, util/network.py:
//if (not osutils.check_static_route_exists(metadata_host) and not check_url(metadata_url)):
The text was updated successfully, but these errors were encountered: