On 02/24/2012 07:34 AM, Satheesh Rajendran wrote: > Hi, > > This is just a trivial change to add the offset to the crash kernel parameter.
Applied: https://github.com/autotest/autotest/commit/6a4c6d302b3e86f71514039b80b585821ddbaabc Next time, please don't forget to properly sign your patch and to put a more descriptive description. I've edited your commit to fit those requirements, so you can refer to it. Thank you! > > > --- > client/virt/tests/kdump.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/client/virt/tests/kdump.py b/client/virt/tests/kdump.py > index 7e737aa..9e62154 100644 > --- a/client/virt/tests/kdump.py > +++ b/client/virt/tests/kdump.py > @@ -22,7 +22,7 @@ def run_kdump(test, params, env): > crash_timeout = float(params.get("crash_timeout", 360)) > session = vm.wait_for_login(timeout=timeout) > def_kernel_param_cmd = ("grubby --update-kernel=`grubby > --default-kernel`" > - " --args=crashkernel=128M") > + " --args=crashkernel=128M@16M") > kernel_param_cmd = params.get("kernel_param_cmd", def_kernel_param_cmd) > def_kdump_enable_cmd = "chkconfig kdump on&& service kdump start" > kdump_enable_cmd = params.get("kdump_enable_cmd", def_kdump_enable_cmd) _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
