Skip to content

Commit dbc4abd

Browse files
amoralejopenshift-merge-bot[bot]
authored andcommitted
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 <[email protected]> (cherry picked from commit 9e2b1e4)
1 parent 434aab8 commit dbc4abd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/00-default.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,6 @@ period = 900
142142

143143
[watcher_cluster_data_model_collectors.storage]
144144
period = 900
145+
146+
[nova]
147+
migration_interval = 3

0 commit comments

Comments
 (0)