You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manpage.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1352,7 +1352,8 @@ The file report of any session can be retrieved from the database with the :opti
1352
1352
1353
1353
ReFrame uses file locking to coordinate storing of run session data in the database file.
1354
1354
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.
0 commit comments