|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 9/9] Host install: Move target_core_dump_setup call
Move this into host_install_postboot_complete. All hosts subject to
host_install_postboot_complete should have the coredump settings too.
No functional change.
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
---
v14: New patch.
Dropped patch which adds core_dump_setup call to ts-nested-setup
---
Osstest/TestSupport.pm | 1 +
ts-host-install | 2 --
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm
index fb24a1e..168aa9c 100644
--- a/Osstest/TestSupport.pm
+++ b/Osstest/TestSupport.pm
@@ -2399,6 +2399,7 @@ sub guest_editconfig_nocd ($$) {
sub host_install_postboot_complete ($) {
my ($ho) = @_;
+ target_core_dump_setup($ho);
target_cmd_root($ho, "update-rc.d osstest-confirm-booted start 99 2 .");
}
diff --git a/ts-host-install b/ts-host-install
index 5bbc0a7..9a46454 100755
--- a/ts-host-install
+++ b/ts-host-install
@@ -150,8 +150,6 @@ END
});
}
- target_core_dump_setup($ho);
-
host_install_postboot_complete($ho);
logm('OK: install completed');
--
1.7.10.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |