File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ SYNOPSIS
2121| **flux** **kvs** **getroot**
2222| **flux** **kvs** **version**
2323| **flux** **kvs** **wait** *version*
24+ | **flux** **kvs** **sync**
2425
2526| **flux** **kvs** **namespace** **create** [*-o owner*] *name...*
2627| **flux** **kvs** **namespace** **remove** *name...*
@@ -435,6 +436,16 @@ Block until the KVS version reaches *version* or greater. A simple form
435436of synchronization between peers is: node A puts a value, commits it,
436437reads version, sends version to node B. Node B waits for version, gets value.
437438
439+ sync
440+ ----
441+
442+ .. program :: flux kvs sync
443+
444+ Flush pending content and checkpoints to disk to ensure data persists
445+ across a Flux instance crash. This command is identical to the
446+ :command: `flux kvs put ` :option: `--sync ` option, but does not require
447+ any data to be written.
448+
438449namespace create
439450----------------
440451
You can’t perform that action at this time.
0 commit comments