Skip to content

Commit 9b7359e

Browse files
reload debug mode (#204)
1 parent 72fd96f commit 9b7359e

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

cpt-configure.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,13 +1038,23 @@ files used for :ref:`bulk changes of ownership on release manager machines <sct_
10381038
Hotpatching and Reloading
10391039
-------------------------
10401040

1041-
By hotpatching a running CernVM-FS instance, most of the code can be
1042-
reloaded without unmounting the file system. The current active code is
1043-
unloaded and the code from the currently installed binaries is loaded.
1041+
Hotpatching a running CernVM-FS instance allows reloading most of the code
1042+
without unmounting the file system. The current active code is
1043+
unloaded and the code from the currently (newly) installed binaries is loaded.
10441044
Hotpatching is logged to syslog. Since CernVM-FS is re-initialized
10451045
during hotpatching and configuration parameters are re-read, hotpatching
10461046
can be also seen as a "reload".
10471047

1048+
.. note::
1049+
During ``reload`` not all client config parameters can be changed,
1050+
some need a remount to take effect.
1051+
1052+
Since CernVM-FS 2.11, reloading the client considers the status of ``CVMFS_DEBUGLOG``.
1053+
Independent of if the client runs in debug mode or not before the reload, after the reload
1054+
the debug mode is only selected if ``CVMFS_DEBUGLOG`` is set.
1055+
For earlier versions before CernVM-FS 2.11, the client mode was static and ``reload``
1056+
was not able to switch from or to debug mode.
1057+
10481058
Hotpatching has to be done for all repositories concurrently by
10491059

10501060
::

0 commit comments

Comments
 (0)