4.4. list

4.4.1. list cluster

rocks list cluster [cluster...] [status=bool]

Lists a cluster, that is, for each frontend, all nodes that are associated with that frontend are listed.

arguments

[cluster]

Zero, one or more frontend names. If no frontend names are supplied, information for all clusters will be listed.

parameters

[status=bool]

If true, then for each VM-based cluster node, output the VM's status (e.g., 'active', 'paused', etc.).

examples

$ rocks list cluster frontend-0-0

List the cluster associated with the frontend named 'frontend-0-0'.

$ rocks list cluster

List all clusters.

4.4.2. list host vm

rocks list host vm [host...] [showdisks=bool] [status=bool]

Lists the VM configuration for hosts.

arguments

[host]

Zero, one or more host names. If no host names are supplied, information for all hosts will be listed.

parameters

[showdisks=bool]

If true, then output VM disk configuration. The default is 'false'.

[status=bool]

If true, then output each VM's status (e.g., 'active', 'paused', etc.).

examples

$ rocks list host vm compute-0-0

List the VM configuration for compute-0-0.

$ rocks list host vm compute-0-0 compute-0-1

List the VM configuration for compute-0-0 and compute-0-1.