Implement 'mclu reboot' command for rebooting guests.
[mclu.git] / mclu.pod
index 5c2a03f..3817afd 100644 (file)
--- a/mclu.pod
+++ b/mclu.pod
@@ -78,6 +78,16 @@ is the number of physical CPUs, but not more than 4.
 
 =back
 
+=item B<mclu console [host:]guest>
+
+Connect to the serial console console of the named guest.
+
+=item B<mclu destroy [host:]guest>
+
+Destroy the named guest.
+
+Note this permanently deletes the guest and its data.
+
 =item B<mclu list [--active] [--all] [--templates]>
 
 List all active (running) guests and/or templates.  You can use
@@ -119,11 +129,19 @@ for each host:
  host0 mac=11:22:33:44:55:66
  host1 mac=11:22:33:44:55:67
 
+=item B<mclu reboot [host:]guest>
+
+Reboot the guest.
+
 =item B<mclu status>
 
 Display the status of the cloud.  This shows you which nodes are on
 and off, and the amount of resources used and free on each node.
 
+=item B<mclu viewer [host:]guest>
+
+Open the graphical console of the guest (using L<virt-viewer(1)>).
+
 =back