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
29dafbd1
Commit
29dafbd1
authored
Mar 27, 2018
by
Felix Seibert
Browse files
fix
parent
a2898f91
Changes
1
Hide whitespace changes
Inline
Side-by-side
xtreemfs_client/OSDManager.py
View file @
29dafbd1
...
@@ -176,7 +176,8 @@ class OSDManager(object):
...
@@ -176,7 +176,8 @@ class OSDManager(object):
for
osds_folder
in
self
.
distribution
.
OSDs
[
osd
].
folders
:
for
osds_folder
in
self
.
distribution
.
OSDs
[
osd
].
folders
:
all_folders
.
append
(
osds_folder
)
all_folders
.
append
(
osds_folder
)
for
input_folder
in
all_folders
:
for
input_folder
in
all_folders
:
osd_for_tile
=
self
.
distribution
.
get_containing_osd
(
input_folder
.
id
).
uuid
print
(
"input_folder: "
+
str
(
input_folder
))
osd_for_tile
=
self
.
distribution
.
get_containing_osd
(
input_folder
).
uuid
osd_to_folders_map
[
osd_for_tile
].
append
(
input_folder
)
osd_to_folders_map
[
osd_for_tile
].
append
(
input_folder
)
move_commands
=
self
.
__generate_move_commands_slurm
(
osd_to_folders_map
)
move_commands
=
self
.
__generate_move_commands_slurm
(
osd_to_folders_map
)
...
...
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