Actions
Bug #15361
closedConfig reload request causes double reload
Description
When a pre_migration hook requests a configuration reload, it occurs twice:
[ INFO 2016-06-09 09:39:22 verbose] Executing hooks in group pre_migrations [ INFO 2016-06-09 09:39:22 verbose] All hooks in group pre_migrations finished [ INFO 2016-06-09 09:39:22 verbose] Installer configuration was reloaded [ INFO 2016-06-09 09:39:22 verbose] Installer configuration was reloaded
This is because the wrong instance variable is reset after the reload: https://github.com/theforeman/kafo/commit/0f941ac54acc4f95e9b29f614174d9d65ab4bdd8#diff-657b82e4fb9c80f11badef608b14de10R244
Updated by The Foreman Bot about 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/kafo/pull/159 added
Updated by Dominic Cleal about 9 years ago
- Related to Bug #15322: Legacy installer config and scenario migrations fail when run together added
Updated by Dominic Cleal about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f9c63b1eeabb457aaf49cf15ac5f497bc2d97cc1.
Actions