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

Cont: Fix datamover commands

parent c33d4e37
No related branches found
No related tags found
2 merge requests!920Automated merge from preview to main,!918Barnard cleanup
......@@ -219,7 +219,7 @@ target filesystems.
metadata system will update the correspoding entries).
```console
marie@barnard$ dtmove /data/horse/lustre/scratch2/0/marie-numbercrunch /data/horse/ws/marie-numbercrunch
marie@barnard$ dtmv /data/horse/lustre/scratch2/0/marie-numbercrunch /data/horse/ws/marie-numbercrunch
```
=== "Source: old `/ssd`"
......@@ -229,17 +229,17 @@ target filesystems.
looks like
```console
marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ws/marie-numbercrunch /data/horse/ws/marie-numbercrunch
marie@barnard$ dtcp --recursive /data/old/lustre/ssd/ws/marie-numbercrunch /data/horse/ws/marie-numbercrunch
```
=== "Source: old `/beegfs`"
The old `beegfs` filesystem is mounted at `/data/old/beegfs` 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
data transfer using `dtcp` looks like
```console
marie@barnard$ dtcopy --recursive /data/old/beegfs/ws/0/marie-numbercrunch /data/horse/ws/marie-numbercrunch
marie@barnard$ dtcp --recursive /data/old/beegfs/ws/0/marie-numbercrunch /data/horse/ws/marie-numbercrunch
```
??? "Migration to `/data/walrus`"
......@@ -251,7 +251,7 @@ target filesystems.
corresponding data transfer using `dtcopy` looks like
```console
marie@barnard$ dtcopy --recursive /data/old/lustre/scratch2/ws/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch
marie@barnard$ dtcp --recursive /data/old/lustre/scratch2/ws/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch
```
=== "Source: old `/ssd`"
......@@ -261,7 +261,7 @@ target filesystems.
looks like
```console
marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ /data/walrus/ws/marie-numbercrunch
marie@barnard$ dtcp --recursive /data/old/lustre/ssd/ /data/walrus/ws/marie-numbercrunch
```
=== "Source: old `/beegfs`"
......@@ -271,7 +271,7 @@ target filesystems.
data transfer using `dtcopy` looks like
```console
marie@barnard$ dtcopy --recursive /data/old/beegfs/ws/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch
marie@barnard$ dtcp --recursive /data/old/beegfs/ws/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch
```
??? "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