-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvs: support rootref in namespace create RPC
Problem: In the future we would like to checkpoint KVS guest namespaces and restart them. However, there is no way to "re-initialize" a KVS namespace to a specific root reference. Solution: Refactor the KVS namespace create RPC to take a root reference. Callers must supply the initial root reference. Update flux_kvs_namespace_create() to supply the root reference of an empty directory.
- Loading branch information
Showing
2 changed files
with
43 additions
and
31 deletions.
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