From d88fd2b6d2fe431ebbaffcd2c70b8046000006f4 Mon Sep 17 00:00:00 2001 From: benthompson15 Date: Thu, 23 Apr 2020 10:42:37 -0500 Subject: [PATCH] Add comment describing why non-primary failover does a dbrm reload at start. --- procmgr/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/procmgr/main.cpp b/procmgr/main.cpp index 7de3a3d9f..dabf0c1c4 100644 --- a/procmgr/main.cpp +++ b/procmgr/main.cpp @@ -2156,7 +2156,8 @@ void pingDeviceThread() processManager.setSystemState(oam::BUSY_INIT); - //call dbrm control + // call for a reload in case cpimport was running and + // some cleanup is needed on dbrmcontroller thats active before continuing oam.dbrmctl("reload"); log.writeLog(__LINE__, "'dbrmctl reload' done", LOG_TYPE_DEBUG);