NVIDIA/nvmesh-management
JavaScript
Captured source
source ↗NVIDIA/nvmesh-management
Description: NVMesh by NVIDIA provides remote shared storage facilities with in-server flash performance characteristics while using commodity off-the-shelf components.
Language: JavaScript
License: NOASSERTION
Stars: 11
Forks: 6
Open issues: 0
Created: 2026-02-01T08:59:49Z
Pushed: 2026-06-08T07:26:52Z
Default branch: 3.4.0-HF2
Fork: no
Archived: no
README:
NVMesh by NVIDIA
Description
NVMesh by NVIDIA provides remote shared storage facilities with in-server flash performance characteristics while using commodity off-the-shelf components.
As NVMesh is a software only solution, it has the flexibility to provide storage in a hyper-converged architecture or as a top-of-rack flash appliance or as part of a dedicated storage rack.
NVMesh comprises three software elements:
- management server.
- storage client
- storage target (server)
Management Server
The management server is used for providing storage definitions and monitoring the health and performance of the system.
Storage Client
The storage client software implements block device functionality for storage consumers.
Storage Target
The storage target software identifies storage hardware and sets up network pathways to the storage elements on behalf of the storage clients. TOMA is part of the storage target
This repo contains the management server.
Build
Install dependencies:
npm install
Build the project:
npm run build
To start the application after building:
npm start
Useful Gulp Commands
Run project-local gulp tasks with npx:
npx gulp
Useful tasks:
npx gulp devruns a build and then starts file watchers for developmentnpx gulp watchstarts the watchers without running an initial buildnpx gulp compileSasscompiles Sass files inpublic/stylesheetsnpx gulp eslintlints JavaScript and JSX filesnpx gulp buildComponentsrebuilds frontend components intopublic/javascripts/components_jsnpx gulp apidocregenerates API docs intopublic/docs
NVMesh Open Source Repositories List
- https://github.com/NVIDIA/nvmesh-documentation
- https://github.com/NVIDIA/nvmesh-infra
- https://github.com/NVIDIA/nvmesh-interop-db
- https://github.com/NVIDIA/nvmesh-kernel
- https://github.com/NVIDIA/nvmesh-management
- https://github.com/NVIDIA/nvmesh-upgrader
- https://github.com/Excelero/nvmesh-csi-driver
The NVMesh Roadmap is published in the documentation repo
Notability
notability 2.0/10Low-star routine repo from NVIDIA