From 710820bc4e20ce9750d6dc23412a1c2ba6d0c037 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 18 Oct 2012 09:35:10 +0100 Subject: xl: Introduce xl shutdown --all support for xm compatibility Based on a patch by Sander Eikelenboom Signed-off-by: Sander Eikelenboom Signed-off-by: Ian Campbell Acked-by: Ian Jackson [ ijc -- fixed sizeof(foo) vs sizeof(*foo) issue pointed out by Ian J ] Committed-by: Ian Campbell --- docs/man/xl.pod.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs') 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 [I] I +=item B [I] 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 =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. -- cgit v1.2.3