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
12109caa
Commit
12109caa
authored
Jul 16, 2018
by
Felix Seibert
Browse files
return the rebalancing limit as well as the movements for lpt rebalancing
parent
144bb743
Changes
1
Hide whitespace changes
Inline
Side-by-side
xtreemfs_client/dataDistribution.py
View file @
12109caa
...
...
@@ -271,7 +271,7 @@ class DataDistribution(object):
for
folder_id
,
target
in
new_assignments
:
movements
[
folder_id
]
=
(
movements
[
folder_id
],
target
)
return
movements
return
movements
,
reassignment_limit
def
rebalance_one_folder
(
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