Comment 6 for bug 1876500

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

Reviewed: https://review.opendev.org/737079
Committed: https://git.openstack.org/cgit/starlingx/kernel/commit/?id=6764889c7360803549a0e4762198d7b84f2d31f8
Submitter: Zuul
Branch: master

commit 6764889c7360803549a0e4762198d7b84f2d31f8
Author: Don Penney <email address hidden>
Date: Fri Jun 19 16:33:52 2020 -0400

    Drop weak-modules call from kmod RPM scripts

    The kmod RPM scriptlets are calling weak-modules from the postinstall
    and postuninstall scriptlets. Each call is taking approximately 40
    seconds. On an AIO install, for example, this adds about 5 minutes to
    the install. For a kernel software update, since both postinstall and
    postuninstall scriptlets are called, this can add about 10 minutes to
    the update installation.

    As weak modules provide little benefit in a closed system, these calls
    have been removed in this update.

    Change-Id: I7ef577667bef1e75a0aa8542c76d401ecd5c896a
    Closes-Bug: 1876500
    Signed-off-by: Don Penney <email address hidden>