File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -1038,13 +1038,23 @@ files used for :ref:`bulk changes of ownership on release manager machines <sct_
10381038Hotpatching 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.
10441044Hotpatching is logged to syslog. Since CernVM-FS is re-initialized
10451045during hotpatching and configuration parameters are re-read, hotpatching
10461046can 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+
10481058Hotpatching has to be done for all repositories concurrently by
10491059
10501060::
You can’t perform that action at this time.
0 commit comments