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
b9f1065f
Commit
b9f1065f
authored
Nov 03, 2020
by
Cedric Caffy
Browse files
Changed the log level to INFO when the drive getLimitsUDS fails
parent
2c4aba19
Changes
1
Hide whitespace changes
Inline
Side-by-side
tapeserver/castor/tape/tapeserver/daemon/RecallTaskInjector.cpp
View file @
b9f1065f
...
...
@@ -276,7 +276,7 @@ void RecallTaskInjector::WorkerThread::run()
}
catch
(
castor
::
tape
::
SCSI
::
Exception
&
e
)
{
cta
::
log
::
ScopedParamContainer
spc
(
m_parent
.
m_lc
);
spc
.
add
(
"exceptionMessage"
,
e
.
getMessageValue
());
m_parent
.
m_lc
.
log
(
cta
::
log
::
ERR
,
"Error while fetching the limitUDS for RAO enterprise drive. Will run a CTA RAO."
);
m_parent
.
m_lc
.
log
(
cta
::
log
::
INFO
,
"Error while fetching the limitUDS for RAO enterprise drive. Will run a CTA RAO."
);
}
catch
(
const
castor
::
tape
::
tapeserver
::
drive
::
DriveDoesNotSupportRAOException
&
ex
){
m_parent
.
m_lc
.
log
(
cta
::
log
::
INFO
,
"The drive does not support RAO Enterprise, will run a CTA RAO."
);
}
...
...
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