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
8c55ae97
Commit
8c55ae97
authored
Mar 27, 2018
by
Felix Seibert
Browse files
fix
parent
73f7b18b
Changes
1
Hide whitespace changes
Inline
Side-by-side
xtreemfs_client/OSDManager.py
View file @
8c55ae97
...
...
@@ -481,7 +481,7 @@ class OSDManager(object):
host_name
=
osd_to_host_map
[
key
]
command
=
""
for
move_folder
in
osd_to_folders_map
[
key
]:
folder_path
=
os
.
path
.
join
(
self
.
pathToMountPoint
,
move_folder
)
folder_path
=
os
.
path
.
join
(
self
.
pathToMountPoint
,
move_folder
[
len
(
self
.
volumeName
)
+
1
:]
)
folder_tmp_path
=
os
.
path
.
join
(
tmp_dir
,
move_folder
)
# copy folder to temporary location
command
+=
"srun -N1-1 --nodelist="
+
host_name
...
...
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