Skip to content
Snippets Groups Projects
Verified Commit af16aa86 authored by anarcat's avatar anarcat
Browse files

found a better command to inspect per-node storage stats

parent 070568d7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment