-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
============================= | ||
flux-config-content-sqlite(5) | ||
============================= | ||
|
||
|
||
DESCRIPTION | ||
=========== | ||
|
||
The Flux system may configure one of several possible content backends for | ||
storing data to long term disk. The ``content-sqlite`` module is one | ||
such backend, using ``sqlite`` for storage. | ||
|
||
The ``content-sqlite`` table may contain the following keys: | ||
|
||
|
||
KEYS | ||
==== | ||
|
||
journal_mode | ||
(optional) Configure the sqlite journal mode. By default is set to ``WAL`` | ||
if a flux statedir is configured, otherwise defaults to ``OFF``. Legal options | ||
are ``DELETE``, ``TRUNCATE``, ``PERSIST``, ``MEMORY``, ``WAL``, and ``OFF``. | ||
|
||
synchronous | ||
(optional) Configure the sqlite synchronous mode. By default is set to ``NORMAL`` | ||
if a flux statedir is configured, otherwise defaults to ``OFF``. Legal options | ||
are ``EXTRA``, ``FULL``, ``NORMAL``, ``OFF``. | ||
|
||
perallocate | ||
(optional) | ||
|
||
|
||
EXAMPLES | ||
======== | ||
|
||
:: | ||
|
||
[exec] | ||
imp = "/usr/libexec/flux/flux-imp" | ||
job-shell = "/usr/libexec/flux/flux-shell-special" | ||
|
||
|
||
RESOURCES | ||
========= | ||
|
||
.. include:: common/resources.rst | ||
|
||
|
||
FLUX RFC | ||
======== | ||
|
||
:doc:`rfc:spec_15` | ||
|
||
|
||
SEE ALSO | ||
======== | ||
|
||
:man5:`flux-config`, | ||
`systemd.resource-control(5) <https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html>`_ |