Skip to content

Commit 3cd552e

Browse files
teojgovkarak
andauthored
Address PR comments
Co-authored-by: Vasileios Karakasis <vkarak@gmail.com>
1 parent f11fb6a commit 3cd552e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/manpage.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,8 @@ The file report of any session can be retrieved from the database with the :opti
13521352

13531353
ReFrame uses file locking to coordinate storing of run session data in the database file.
13541354
Enabling the database storage on filesystems that do not support locking (e.g some networked filesystems) might lead to hangs at the end of a run session.
1355-
In this case, you can either disable the database storage using :attr:`~config.storage.enable` or use a filesystem supporting locking (by setting :attr:`~config.storage.sqlite_db_file` or the :envvar:`RFM_SQLITE_DB_FILE` environment variable) for the database.
1355+
For this reason, you must make sure that the database file is located on a filesystem that supports locking.
1356+
You can set the database location through the :attr:`~config.storage.sqlite_db_file` configuration setting or the :envvar:`RFM_SQLITE_DB_FILE` environment variable.
13561357

13571358

13581359
.. _querying-past-results:

0 commit comments

Comments
 (0)