Skip to content
Snippets Groups Projects
Commit dfc8f8bb authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Fix

parent 89fc5806
No related branches found
No related tags found
2 merge requests!920Automated merge from preview to main,!918Barnard cleanup
......@@ -221,7 +221,8 @@ target filesystems.
`dtmv` instead of `dtcp` since this data has already been copied to a special directory on
the new `horse` filesystem. Thus, you just need to move it to the right place (the Lustre
metadata system will update the correspoding entries).
FIX: workspaces are within the subdirectories `ws/0` and `ws/1`, respectively. A corresponding
FIX: workspaces are within the subdirectories `ws/0` and `ws/1`, respectively. A corresponding
```console
marie@barnard$ dtmv /data/horse/lustre/scratch2/0/marie-numbercrunch/<useful data> /data/horse/ws/marie-numbercrunch/
......@@ -235,7 +236,7 @@ target filesystems.
In case you need to update this (Gigabytes, not Terabytes!) please run `dtrsync` like in
```
marie@barnard$ dtrsync -a /data/old/lustre/scratch2/ws/0/marie-numbercrunch/<useful data> /data/horse/lustre/scratch2/ws/0/marie-numbercrunch/
marie@barnard$ dtrsync -a /data/old/lustre/scratch2/ws/0/marie-numbercrunch/<useful data> /data/horse/ws/marie-numbercrunch/
```
=== "Source: old `/ssd`"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment