From 7f4d060dc3da313001ccf9ffb0f8bd3629b9dc53 Mon Sep 17 00:00:00 2001 From: Patrick LeBlanc Date: Fri, 16 Aug 2019 11:54:29 -0500 Subject: [PATCH] Removed some storage-manager specific stuff from a cherry-picked commit. --- procmon/processmonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procmon/processmonitor.cpp b/procmon/processmonitor.cpp index 5380a32f2..06a3acf50 100644 --- a/procmon/processmonitor.cpp +++ b/procmon/processmonitor.cpp @@ -2530,7 +2530,7 @@ pid_t ProcessMonitor::startProcess(string processModuleType, string processName, system(cmd.c_str()); // if Non Parent OAM Module, get the dbmr data from Parent OAM Module - if ( !gOAMParentModuleFlag && !HDFS && DBRootStorageType != "storagemanager") + if ( !gOAMParentModuleFlag && !HDFS) { //create temp dbrm directory