Comment 13 for bug 1890323

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

Reviewed: https://review.opendev.org/c/starlingx/config/+/853206
Committed: https://opendev.org/starlingx/config/commit/1a29a9ea728ee411df8c60ac2041bce6fcba25e7
Submitter: "Zuul (22348)"
Branch: master

commit 1a29a9ea728ee411df8c60ac2041bce6fcba25e7
Author: Al Bailey <email address hidden>
Date: Mon Aug 15 19:40:22 2022 +0000

    Disable nohz_full in a virtual env

    In VirtualBox, after unlock, SM has all of its services
    in 'initial' state.

    The reason for this is that SM will not proceed unless
    it detects there are no timer delays.

    This is particularly noticable for AIO-SX.

    By disabling nohz_full in virtual box, the timers are
    not delayed and SM is able to start up its services
    more quickly (5 seconds). Othwerwise SM initialization
    on a 4 core system can range from 10 minutes to 10 hours.

    Test Plan:
      Build/Bootstrap/Unlock Debian AIO-SX on virtualbox.

    Closes-Bug: 1890323
    Signed-off-by: Al Bailey <email address hidden>
    Change-Id: I94226721d2ccd83a8b0caac09d1c745d4c908ae4