From 9e2b1e4b7b3896a4c4f152962f74457a6de43346 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Fri, 5 Dec 2025 12:24:57 +0100 Subject: [PATCH] Set nova.migration_interval to 3 seconds Default value, 5 seconds, interacts badly with the default keepalive default in httpd, 5 secs too, and make connections to fail often with error: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) when checking the migration status in nova. Signed-off-by: Alfredo Moralejo --- templates/00-default.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/00-default.conf b/templates/00-default.conf index 5f6a0523..f4d969fa 100644 --- a/templates/00-default.conf +++ b/templates/00-default.conf @@ -142,3 +142,6 @@ period = 900 [watcher_cluster_data_model_collectors.storage] period = 900 + +[nova] +migration_interval = 3