nf node
The nf node command lets you view all bare-metal servers registered with NodeFoundry.
Each node entry shows the hostname, role (master or worker), IP address, disk count, OSD count, and the status of Ceph daemons running on it — including monitors, managers, metadata servers, and RADOS gateways.
Usage
$ nf node list
Options
nf node list
nf node listList all registered nodes with their hardware summary and Ceph daemon status.
| Flag | Description |
|---|---|
--json | Output results as JSON |
Output
The table displays the following columns for each node:
| Column | Description |
|---|---|
ID | Short node UUID |
HOSTNAME | Node hostname |
ROLE | master or worker |
IP | Node IP address |
DISKS | Total disk count |
OSDS | Active OSD count |
MON | Monitor status: ✓ running, P pending, ✗ none |
MGR | Manager status |
MDS | Metadata server status |
RGW | RADOS Gateway status |
Examples
$ nf node list NODES: 5 (1 master · 4 workers)ID HOSTNAME ROLE IP DISKS OSDS MON MGR MDS RGW a1b2c3d4 master-01 master 10.0.0.1 2 0 ✓ ✓ ✗ ✗ e5f6a7b8 worker-01 worker 10.0.0.10 8 8 ✓ ✗ ✗ ✗ c9d0e1f2 worker-02 worker 10.0.0.11 8 8 ✓ ✗ ✗ ✗
$ nf node list --json