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

Refine data transfer to walrus

parent 66e4e78c
No related branches found
No related tags found
2 merge requests!920Automated merge from preview to main,!918Barnard cleanup
...@@ -261,23 +261,32 @@ target filesystems. ...@@ -261,23 +261,32 @@ target filesystems.
=== "Source: old `/scratch`" === "Source: old `/scratch`"
The old `scratch` filesystem is mounted at `/data/old/lustre/scratch2` on the datamover
nodes and the workspaces are within the subdirectories `ws/0` and `ws/1`, respectively. A
corresponding data transfer using `dtcopy` looks like
```console ```console
marie@barnard$ dtcopy --recursive /data/horse/lustre/scratch2/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch marie@barnard$ dtcopy --recursive /data/old/lustre/scratch2/ws/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch
``` ```
=== "Source: old `/ssd`" === "Source: old `/ssd`"
The old `ssd` filesystem is mounted at `/data/old/lustre/ssd` on the datamover nodes and the
workspaces are within the subdirectory `ws/`. A corresponding data transfer using `dtcopy`
looks like
```console ```console
marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ /data/walrus/ws/marie-numbercrunch marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ /data/walrus/ws/marie-numbercrunch
``` ```
=== "Source: old `/beegfs`" === "Source: old `/beegfs`"
The old `beegfs` filesystem is mounted at `/data/old/beegfs` the datamover nodes. You need to The old `beegfs` filesystem is mounted at `/data/old/beegfs` on the datamover nodes and the
invoke a `dtcopy` command to transfer data to a workspace in `/data/walrus`, e.g., workspaces are within the subdirectories `ws/0` and `ws/1`, respectively. A corresponding
data transfer using `dtcopy` looks like
```console ```console
marie@barnard$ dtcopy --recursive /data/old/beegfs/ /data/walrus/ws/marie-numbercrunch marie@barnard$ dtcopy --recursive /data/old/beegfs/ws/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch
``` ```
??? "Migration from `/lustre/ssd` or `/beegfs`" ??? "Migration from `/lustre/ssd` or `/beegfs`"
......
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