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
a8722634
Commit
a8722634
authored
Sep 02, 2014
by
Sebastien Ponce
Browse files
Fixed bug #105119: draindiskserver -q -f broken
parent
27604c44
Changes
1
Hide whitespace changes
Inline
Side-by-side
hsmtools/draindiskserver
View file @
a8722634
...
...
@@ -364,7 +364,7 @@ def queryFailures():
WHERE FileSystem.diskServer = DiskServer.id
AND DrainingJob.fileSystem = FileSystem.id
AND DrainingErrors.drainingJob = DrainingJob.id
AND DrainingErrors.
diskCopy
= DiskCopy.
id
(+)'''
AND DrainingErrors.
castorFile
= DiskCopy.
castorFile
(+)'''
if
fileSystems
:
stGetFailures
+=
' AND FileSystem.id IN ('
+
', '
.
join
([
str
(
fs
[
2
])
for
fs
in
fileSystems
])
+
')'
# get data
...
...
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