2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#2859] expanded leaseX-write ARM text

This commit is contained in:
Marcin Godzina 2023-05-12 09:23:47 +00:00
parent 5319dcf978
commit dfed0236b8

View File

@ -1033,7 +1033,8 @@ backend and write the lease database into a CSV file. They take the path
of the file as the ``filename`` argument. If the specified output file
is the same as the configured memfile one, the backend closes and reopens
the file in an attempt to synchronize both the files and the in-memory images
of the lease database. The extension ``.bak`` is added to the previous filename.
of the lease database. The extension ``.bak`` with server PID number is added
to the previous filename. For example ``.bak14326``.
.. note::