diff --git a/service/lib/dinstaller/manager.rb b/service/lib/dinstaller/manager.rb index b3fe17e20f..3381f90f7e 100644 --- a/service/lib/dinstaller/manager.rb +++ b/service/lib/dinstaller/manager.rb @@ -72,8 +72,9 @@ def startup_phase def config_phase installation_phase.config - storage.probe - software.probe + start_progress(2) + progress.step("Probing Storage") { storage.probe } + progress.step("Probing Software") { software.probe } logger.info("Config phase done") rescue StandardError => e