From af16aa86d6d42ba74f2dfda21fcf80aa1bdffdae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Mon, 25 May 2020 10:36:00 -0400
Subject: [PATCH] found a better command to inspect per-node storage stats

---
 tsa/howto/ganeti.mdwn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tsa/howto/ganeti.mdwn b/tsa/howto/ganeti.mdwn
index b970c1b5..41b1d116 100644
--- a/tsa/howto/ganeti.mdwn
+++ b/tsa/howto/ganeti.mdwn
@@ -168,9 +168,9 @@ memory, and compare it with the node's capacity:
     watch -n5 -d 'gnt-instance list -o pnode,name,be/vcpus,be/memory,disk_usage,disk_template,status  |  sort; echo; gnt-node list'
 
 The latter does not show disk usage for secondary volume groups, for a
-complete picture of disk usage, try this:
+complete picture of disk usage, use:
 
-    gnt-cluster command vgs
+    gnt-node list-storage
 
 The [gnt-cluster verify](http://docs.ganeti.org/ganeti/2.15/man/gnt-cluster.html#verify) command will also check to see if there's
 enough space on secondaries to account for the failure of a
-- 
GitLab