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
4a9d1d09
Commit
4a9d1d09
authored
Dec 06, 2018
by
Felix Seibert
Browse files
print out folder id if no containing osd could be found
parent
164ddc54
Changes
1
Show whitespace changes
Inline
Side-by-side
xtreemfs_client/dataDistribution.py
View file @
4a9d1d09
...
...
@@ -539,6 +539,8 @@ class DataDistribution(object):
one_osd
.
update_folder
(
folder
,
size
)
found_containing_osd
=
True
break
if
not
found_containing_osd
:
print
(
"update_folder: could not find a containing OSD for folder id: "
+
str
(
folder
))
assert
found_containing_osd
is
True
def
description
(
self
):
...
...
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