Skip to content

Commit

Permalink
add progress reporting to probing phase
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 9, 2023
1 parent deeb68b commit 22b5681
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions service/lib/dinstaller/manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22b5681

Please sign in to comment.