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
Problem: The only way to perform a sync is through the
`flux kvs put` command, which inherently requires the user to
also write data at the same time. This isn't necessarily always
desired.
Support a new `flux kvs sync` command. It is largely identical
to `flux kvs put --sync`, but does not require additional data
to be written.
Fixes#6814
0 commit comments