]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
tasks/kernel: fix missing arg to install_kernel i52944 1686/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 15 Oct 2021 02:39:11 +0000 (22:39 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 15 Oct 2021 02:39:49 +0000 (22:39 -0400)
Fixes: https://tracker.ceph.com/issues/52944
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
teuthology/task/kernel.py

index 4330b52d420f6118b1b99e340d1cd25a46f7b324..73b4375330d7fd21dcb53d642f715352b5aa7431 100644 (file)
@@ -518,7 +518,7 @@ def install_and_reboot(ctx, need_install, config):
                     '--replacepkgs',
                     remote_pkg_path(role_remote),
                 ])
-            install_kernel(role_remote, remote_pkg_path(role_remote))
+            install_kernel(role_remote, config[role], path=remote_pkg_path(role_remote))
             continue
 
         # TODO: Refactor this into install_kernel() so that it handles all