Skip to content
Snippets Groups Projects
Commit 0226afcb authored by Eric Cano's avatar Eric Cano
Browse files

Added missing mount Id for retrieve mounts.

parent b6368578
Branches
Tags
No related merge requests found
......@@ -211,6 +211,8 @@ void castor::tape::tapeserver::daemon::TapeReadSingleThread::run() {
typedef cta::log::Param Param;
m_watchdog.addParameter(Param("TPVID", m_volInfo.vid));
m_watchdog.addParameter(Param("mountType", mountTypeToString(m_volInfo.mountType)));
m_watchdog.addParameter(Param("mountId", m_volInfo.mountId));
m_watchdog.addParameter(Param("volReqId", m_volInfo.mountId));
// Set the tape thread time in the watchdog for total time estimation in case
// of crash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment