[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: fix reboot failure of migrated domain
# HG changeset patch # User Kouya Shimura <kouya@xxxxxxxxxxxxxx> # Date 1352739800 0 # Node ID 1678c7db9b0da1c9de04d0044107251c080b6da4 # Parent ff9750a630d8c742c630e7bb6c1b3fe2aeda0a37 libxl: fix reboot failure of migrated domain The same problem was once fixed by c/s 23878:59c7213b5949 but c/s 25344:0f3b1e13d6af broke it. Signed-off-by: Kouya Shimura <kouya@xxxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r ff9750a630d8 -r 1678c7db9b0d tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Mon Nov 12 17:03:20 2012 +0000 +++ b/tools/libxl/xl_cmdimpl.c Mon Nov 12 17:03:20 2012 +0000 @@ -1927,7 +1927,7 @@ start: * On subsequent reboot etc we should create the domain, not * restore/migrate-receive it again. */ - restore_file = NULL; + restoring = 0; }else{ ret = libxl_domain_create_new(ctx, &d_config, &domid, 0, autoconnect_console_how); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |