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
8514d2ef
Commit
8514d2ef
authored
Dec 07, 2018
by
Felix Seibert
Browse files
fix: set osd assignments when rebalancing
parent
f05540b9
Changes
1
Show whitespace changes
Inline
Side-by-side
xtreemfs_client/OSDManager.py
View file @
8514d2ef
...
...
@@ -235,6 +235,9 @@ class OSDManager(object):
print
(
"rebalanced osd manager:
\n
"
+
str
(
self
))
new_assignments
=
list
(
map
(
lambda
key
,
value
:
(
key
,
value
[
1
]),
list
(
movements
.
items
())))
self
.
apply_osd_assignments
(
new_assignments
)
start_time
=
time
.
time
()
if
fix_layout_internally
:
...
...
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