From 32224a96843524960e1d5afaaa84dc847e1e84e5 Mon Sep 17 00:00:00 2001 From: lperdereau <45263601+lperdereau@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:45:49 +0000 Subject: [PATCH] doc(readme): Update clusterstatus output --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 866fbb3..476e7c5 100644 --- a/README.md +++ b/README.md @@ -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