Get started

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

Terminal
$ nf node list

Options

nf node list
nf node list

List all registered nodes with their hardware summary and Ceph daemon status.

FlagDescription
--jsonOutput results as JSON

Output

The table displays the following columns for each node:

ColumnDescription
IDShort node UUID
HOSTNAMENode hostname
ROLEmaster or worker
IPNode IP address
DISKSTotal disk count
OSDSActive OSD count
MONMonitor status: running, P pending, none
MGRManager status
MDSMetadata server status
RGWRADOS Gateway status

Examples

Terminal
$ 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 ✓ ✗ ✗ ✗

Terminal
$ nf node list --json