Skip to content

Commit

Permalink
doc(readme): Update clusterstatus output
Browse files Browse the repository at this point in the history
  • Loading branch information
lperdereau authored and lcaflc committed Nov 6, 2024
1 parent 23d3aa7 commit 32224a9
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,18 @@ The simpliest operation on a cluster that allows to check that user is correctly
```shell
$ pvecontrol --cluster my-test-cluster clusterstatus
INFO:root:Proxmox cluster: my-test-cluster
INFO:root:{'nodes': 9, 'id': 'cluster', 'type': 'cluster', 'quorate': 1, 'version': 17, 'name': 'pve-r1az2'}
+-----------+-------+---------+--------------+--------------+
| name | nodes | quorate | allocatedmem | allocatedcpu |
+-----------+-------+---------+--------------+--------------+
| pve-r1az2 | 9 | 1 | 583.5 GiB | 167 |
+-----------+-------+---------+--------------+--------------+

Status: healthy
VMs: 0
Templates: 0
Metrics:
CPU: 0.00/64(0.0%), allocated: 0
Memory: 0.00 GiB/128.00 GiB(0.0%), allocated: 0.00 GiB
Disk: 0.00 GiB/2.66 TiB(0.0%)
Nodes:
Offline: 0
Online: 3
Unknown: 0
```

If this works, you're ready to go
Expand Down

0 comments on commit 32224a9

Please sign in to comment.