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
a7fb93a4
Commit
a7fb93a4
authored
Sep 02, 2014
by
Sebastien Ponce
Browse files
Merge branch 'v2_1_14Version'
parents
3606c2b2
a8722634
Changes
1
Hide whitespace changes
Inline
Side-by-side
hsmtools/draindiskserver
View file @
a7fb93a4
...
...
@@ -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