Skip to content

Commit

Permalink
coordinator: don't exit when no disk is found
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Oct 29, 2024
1 parent 9d8d5cd commit 7628669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func run() (retErr error) {
logger.Info("Coordinator started")

if err := setupMount(context.Background(), logger); err != nil {
return fmt.Errorf("setting up mount: %w", err)
logger.Error("Error setting up mount, Contrast recovery is disabled", "err", err)
}

metricsPort := os.Getenv(metricsPortEnvVar)
Expand Down

0 comments on commit 7628669

Please sign in to comment.