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

explain the instance listing commands

We remove the `gnt-node list` command because it's included in the other.
parent 02405250
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,13 @@ machine actually runs and th *secondary* acts as a hot failover.
## Listing instances
This will show the running instances and their primary node:
gnt-instance list
gnt-node list
This will list instances repeatedly, but also show their assigned
memory, and compare it with the node's capacity:
watch -n5 -d 'gnt-instance list -o pnode,name,be/vcpus,be/memory,status,disk_template | sort; echo; gnt-node list'
# How-to
......
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