Temporarily remove AAAA RR for fortnebula mirror

In the course of checking network performance in fortnebula, a
significant number of IPv6 retransmits were observed for connections
involving job nodes. While this is being looked into, fall back to
only advertising the IPv4 A RR for it in DNS so nodes will use that
exclusively when communicating with the mirror server.

This can be reverted once the cause of the retransmits is identified
and rectified.

Change-Id: Idb233123981b4d185da113774133e277cd6c90d8
This commit is contained in:
Jeremy Stanley 2019-08-07 17:03:53 +00:00
parent 80d7f17c3c
commit 8c68501d09
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
$ORIGIN opendev.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1564993746 ; serial number unixtime
1565197391 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)
@ -115,7 +115,6 @@ mirror01.gra1.ovh IN CAA 0 issue "letsencrypt.org"
mirror01.gra1.ovh IN CAA 0 iodef "mailto:infra-root@openstack.org"
mirror01.regionone.fortnebula IN A 108.44.198.37
mirror01.regionone.fortnebula IN AAAA 2001:470:e045:2:f816:3eff:fee6:691d
mirror.regionone.fortnebula IN CNAME mirror01.regionone.fortnebula
_acme-challenge.mirror01.regionone.fortnebula IN CNAME acme.opendev.org.
_acme-challenge.mirror.regionone.fortnebula IN CNAME acme.opendev.org.