RepoNVIDIANVIDIApublished Feb 1, 2026seen 5d

NVIDIA/nvmesh-management

JavaScript

Open original ↗

Captured source

source ↗
published Feb 1, 2026seen 5dcaptured 9hhttp 200method plain

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 dev runs a build and then starts file watchers for development
  • npx gulp watch starts the watchers without running an initial build
  • npx gulp compileSass compiles Sass files in public/stylesheets
  • npx gulp eslint lints JavaScript and JSX files
  • npx gulp buildComponents rebuilds frontend components into public/javascripts/components_js
  • npx gulp apidoc regenerates API docs into public/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/10

Low-star routine repo from NVIDIA