Note missing AAAA records for AFS servers

Document why we don't maintain AAAA resource records in DNS for our
OpenAFS servers.

Change-Id: Ib295e79b32af43f26782e4277464bd130f4318e4
This commit is contained in:
Jeremy Stanley 2018-04-09 21:56:05 +00:00
parent 8a6acf0445
commit 113d455c70

View File

@ -547,4 +547,8 @@ AFS uses the following DNS entries::
_afs3-vlserver._udp.openstack.org. 300 IN SRV 10 10 7003 afsdb01.openstack.org.
_afs3-vlserver._udp.openstack.org. 300 IN SRV 10 10 7003 afsdb02.openstack.org.
Be sure to update them if volume location and PTS servers change.
Be sure to update them if volume location and PTS servers change. Also note
that only A (IPv4 address) records are used in the SRV data. Since OpenAFS
lacks support for IPv6, avoid entering corresponding AAAA (IPv6 address)
records for these so that it won't cause fallback delays for other
v6-supporting AFS client implementations.