]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: human-friendlier version of Zero-downtime restarts
authorPetr Špaček <petr.spacek@nic.cz>
Mon, 6 Jan 2020 14:21:53 +0000 (15:21 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Jan 2020 09:38:17 +0000 (10:38 +0100)
doc/config.rst

index 29734f58afb3e7a6643409b12d2ac38fbde485f1..db98f88929f91d827f58ccd136dc8e2cd1977fe7 100644 (file)
@@ -103,11 +103,11 @@ For more details see ``kresd.systemd(7)``.
 
 Zero-downtime restarts
 ----------------------
-When using `multiple instances`_, it is also possible to do a rolling
-restart with zero downtime of the service. This can be done by restarting
-only a subset of the processes at a time.
+Resolver restart normally takes just miliseconds and cache content is persistent to avoid performance drop
+after restart. If you want real zero-downtime restarts use `multiple instances`_ and do rolling
+restart, i.e. restart only one resolver process at a time.
 
-On a system with 4 instances we can restart them one-by-one:
+On a system with 4 instances run these commands sequentially:
 
 .. code-block:: bash