Comment 12 for bug 1841670

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/684427
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=3672ca9608b2467c1e0cbc990aea16725658cff5
Submitter: Zuul
Branch: master

commit 3672ca9608b2467c1e0cbc990aea16725658cff5
Author: Tao Liu <email address hidden>
Date: Tue Sep 24 16:44:49 2019 -0400

    Fix AIO-DX Controller-1 double reboot after initial unlock

    After initial unlocking controller-1, controller-1 rebooted twice.
    The second reboot was triggered by the grub audit during the manifest
    apply, based on mismatch detection. The grub mismatch was due to the
    vswitch 1G memory has not been reflected in the kernel boot arguments
    after the initial host-unlock.

    This update renames the update_cpu_config method to update_grub_config
    and triggers the grub runtime update when the host memory is modified.
    This change is also required to ensure the kernel default huge page
    size is updated when the host memory is changed.

    Closes-Bug: 1841670

    Change-Id: I9deb0a443ed86d35b20d5f6779e44204a921dd0d
    Signed-off-by: Tao Liu <email address hidden>