aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-10-18 09:35:10 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-10-18 09:35:10 +0100
commit710820bc4e20ce9750d6dc23412a1c2ba6d0c037 (patch)
treefc7224ff69ccaf5960875367d8484ac534d467f9 /docs
parentb3b123b5a943cd2e289c6cb429836f6b16648771 (diff)
downloadxen-710820bc4e20ce9750d6dc23412a1c2ba6d0c037.tar.gz
xen-710820bc4e20ce9750d6dc23412a1c2ba6d0c037.tar.bz2
xen-710820bc4e20ce9750d6dc23412a1c2ba6d0c037.zip
xl: Introduce xl shutdown --all support for xm compatibility
Based on a patch by Sander Eikelenboom Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it> Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> [ ijc -- fixed sizeof(foo) vs sizeof(*foo) issue pointed out by Ian J ] Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xl.pod.17
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index dd387c92ff..7b1f2cf314 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -527,7 +527,7 @@ List specifically for that domain. Otherwise, list for all domains.
=back
-=item B<shutdown> [I<OPTIONS>] I<domain-id>
+=item B<shutdown> [I<OPTIONS>] I<-a|domain-id>
Gracefully shuts down a domain. This coordinates with the domain OS
to perform graceful shutdown, so there is no guarantee that it will
@@ -550,6 +550,11 @@ B<OPTIONS>
=over 4
+=item B<-a>, B<--all>
+
+Shutdown all guest domains. Often used when doing a complete shutdown
+of a Xen system.
+
=item B<-w>, B<--wait>
Wait for the domain to complete shutdown before returning.