Abhishek Gupta reported on discourse that set server [...] fqdn always fails. Further investigation showed that this requires the internal DNS resolver to be configured. Add this requirement to the docs.
Must be backported to 1.8. --- doc/management.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/management.txt b/doc/management.txt index ef9f865..c78dc74 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -1707,7 +1707,8 @@ set server <backend>/<server> weight <weight>[%] equivalent of the "set weight" command below. set server <backend>/<server> fqdn <FQDN> - Change a server's FQDN to the value passed in argument. + Change a server's FQDN to the value passed in argument. This requires the + internal run-time DNS resolver to be configured and enabled for this server. set severity-output [ none | number | string ] Change the severity output format of the stats socket connected to for the -- 2.7.4

