From 52f98faaa99840fb249e5bb6ecd5dfe78ce4e809 Mon Sep 17 00:00:00 2001 From: Viktor Kramarenko Date: Thu, 26 Sep 2024 11:15:37 +0300 Subject: [PATCH] final fixes Signed-off-by: Viktor Kramarenko --- .../src/pkg/controller/block_device_labels_watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/sds-health-watcher-controller/src/pkg/controller/block_device_labels_watcher.go b/images/sds-health-watcher-controller/src/pkg/controller/block_device_labels_watcher.go index 26606554..20e0e313 100644 --- a/images/sds-health-watcher-controller/src/pkg/controller/block_device_labels_watcher.go +++ b/images/sds-health-watcher-controller/src/pkg/controller/block_device_labels_watcher.go @@ -60,7 +60,7 @@ func RunBlockDeviceLabelsWatcher( } if shouldRequeue { - log.Warning(fmt.Sprintf("[RunBlockDeviceLabelsWatcher] the request for the BlockDevice %s should be requeued in 5s", bd.Name)) + log.Warning(fmt.Sprintf("[RunBlockDeviceLabelsWatcher] the request for the BlockDevice %s should be requeued in %s", bd.Name, cfg.ScanIntervalSec.String())) return reconcile.Result{RequeueAfter: cfg.ScanIntervalSec}, nil }