Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Felix Seibert
xtreemfs_client
Commits
dac4d9c6
Commit
dac4d9c6
authored
Feb 16, 2018
by
Felix Seibert
Browse files
making failed commands list more explicit
parent
07476c7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
xtreemfs_client/OSDManager.py
View file @
dac4d9c6
...
...
@@ -224,9 +224,7 @@ class OSDManager(object):
for
process
in
processes
:
# check the return code. if it is one, the replica could not be deleted, so we try again later.
if
not
process
[
2
]:
pass
else
:
if
process
[
2
]
==
1
:
errored_deletions
.
append
(
process
[
0
])
if
len
(
errored_deletions
)
==
0
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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