[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xm: fix trivial typo. s/ciredump-restore/coredump-restart/
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1218096331 -3600 # Node ID 841b8f64a4939e0fc748159e1a0f1678aaf39525 # Parent 979b193239c729207af119d27a9d27c066ca8686 xm: fix trivial typo. s/ciredump-restore/coredump-restart/ Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> --- tools/python/xen/xm/create.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 979b193239c7 -r 841b8f64a493 tools/python/xen/xm/create.py --- a/tools/python/xen/xm/create.py Thu Aug 07 09:04:53 2008 +0100 +++ b/tools/python/xen/xm/create.py Thu Aug 07 09:05:31 2008 +0100 @@ -279,7 +279,7 @@ gopts.var('on_reboot', val='destroy|rest renamed and a new domain started in its place. """) -gopts.var('on_crash', val='destroy|restart|preserve|rename-restart|coredump-destroy|ciredump-restart', +gopts.var('on_crash', val='destroy|restart|preserve|rename-restart|coredump-destroy|coredump-restart', fn=set_value, default=None, use="""Behaviour when a domain exits with reason 'crash'. - destroy: the domain is cleaned up as normal; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |