[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Don't try and print out the info returned by the server after a restore -- there
# HG changeset patch # User emellor@xxxxxxxxxxxxxxxxxxxxxx # Node ID b215584242c43415eccd008b90c812f3d04b398d # Parent 77d01909546d809b94f107dbbb0dd7cd1477181e Don't try and print out the info returned by the server after a restore -- there isn't any. Don't try and unpause the restored domain either -- XendCheckpoint does that. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r 77d01909546d -r b215584242c4 tools/python/xen/xm/main.py --- a/tools/python/xen/xm/main.py Wed Dec 7 16:25:13 2005 +++ b/tools/python/xen/xm/main.py Wed Dec 7 16:26:07 2005 @@ -321,11 +321,7 @@ sys.exit(1) from xen.xend.XendClient import server - info = server.xend_domain_restore(savefile) - PrettyPrint.prettyprint(info) - id = sxp.child_value(info, 'domid') - if id is not None: - server.xend_domain_unpause(domid) + server.xend_domain_restore(savefile) def getDomains(domain_names): _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |