Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
f00fd4b1
Commit
f00fd4b1
authored
Mar 26, 2019
by
Eric Cano
Browse files
Renamed garbage collector process to maintenance process.
parent
7add6f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tapeserver/daemon/MaintenanceHandler.cpp
View file @
f00fd4b1
...
...
@@ -42,7 +42,7 @@ namespace cta { namespace tape { namespace daemon {
// constructor
//------------------------------------------------------------------------------
MaintenanceHandler
::
MaintenanceHandler
(
const
TapedConfiguration
&
tapedConfig
,
ProcessManager
&
pm
)
:
SubprocessHandler
(
"
garbageCollecto
r"
),
m_processManager
(
pm
),
m_tapedConfig
(
tapedConfig
)
{
SubprocessHandler
(
"
maintenanceHandle
r"
),
m_processManager
(
pm
),
m_tapedConfig
(
tapedConfig
)
{
// As the handler is started, its first duty is to create a new subprocess. This
// will be managed by the process manager (initial request in getInitialStatus)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment