Support high-performance shared storage in self-managed NVCF
Open
@estroz is already working on this.
Since Jul 15, 2026.
- Dominant language
- Go
- Stars
- 218
- Forks
- 72
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 427
Description
Is this related to a problem? Please describe.
Self-managed NVCF currently relies on SMB-backed shared storage for Helm functions and tasks. This approach limits performance, scalability, and compatibility with the distributed storage systems that operators already run.
Describe the solution you'd like
Define a storage interface for self-managed NVCF that allows operators to supply a Kubernetes ReadWriteMany (RWX) file system for shared function and task data. The integration should support multiple RWX providers without coupling NVCF to one implementation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.