From 0adbb66a4c68b74f841ad12d0171bdae696641d2 Mon Sep 17 00:00:00 2001 From: HereThereBeDragons Date: Thu, 1 Sep 2022 15:35:34 +0200 Subject: [PATCH] add cvmfs_talk remount (sync) --- cpt-configure.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cpt-configure.rst b/cpt-configure.rst index 8c02fc7..507fc97 100644 --- a/cpt-configure.rst +++ b/cpt-configure.rst @@ -1173,7 +1173,7 @@ The ``cvmfs_talk`` command provides a way to control a currently running CernVM-FS process and to extract information about the status of the corresponding mount point. Most of the commands are for special purposes only or covered by more convenient commands, such as -``cvmfs_config showconfig`` or ``cvmfs_config stat``. Three commands might +``cvmfs_config showconfig`` or ``cvmfs_config stat``. Four commands might be of particular interest though. :: @@ -1198,6 +1198,13 @@ the client experiences cache thrashing. prints the internal status information and performance counters. It can be helpful for performance engineering. +:: + + cvmfs_talk -i remount + +starts the catalog update routine. +When using ``remount sync`` the system waits for the new file system snapshot to be served (if there is a new one). + Other ~~~~~