WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] xm: Fix cmdHelp() for xm reset

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] xm: Fix cmdHelp() for xm reset
From: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Date: Fri, 25 Apr 2008 16:09:57 +0900
Delivery-date: Fri, 25 Apr 2008 00:10:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I'd like to look at the help message of xm reset command, but the help 
message of xm resetpolicy command is shown. 

# xm reset --help
Usage: xm resetpolicy 

Set the policy of the system to the default policy.

    Reset the system's policy to the default.

    When the system's policy is reset, all guest VMs should be halted,
    since otherwise this operation will fail.
    


This patch fixes the problem. 

# xm reset --help
Usage: xm reset <Domain>

Reset a domain.
# xm resetpolicy --help
Usage: xm resetpolicy 

Set the policy of the system to the default policy.

    Reset the system's policy to the default.

    When the system's policy is reset, all guest VMs should be halted,
    since otherwise this operation will fail.
    


Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>

Best regards,
 Kan

Attachment: cmdHelp.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] xm: Fix cmdHelp() for xm reset, Masaki Kanno <=