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

Doc: Be more specific on dtmv

parent 076953af
No related branches found
No related tags found
2 merge requests!920Automated merge from preview to main,!918Barnard cleanup
...@@ -170,15 +170,16 @@ target not the source filesystem. ...@@ -170,15 +170,16 @@ target not the source filesystem.
``` ```
marie@barnard$ ws_allocate numbercrunch 90 marie@barnard$ ws_allocate numbercrunch 90
``` ```
??? "Migration to `/data/horse`" ??? "Migration to `/data/horse`"
=== "Source: old `/scratch`" === "Source: old `/scratch`"
If you transfer data from the old scratch to `/data/horse` it is sufficient to use `dtmv` If you transfer data from the old `/scratch` to `/data/horse`, it is sufficient to use
instead of `dtcp` since this data is already copied to the new filesystem and you just need to `dtmv` instead of `dtcp` since this data is already copied to the new filesystem and you
move it to the right place. just need to move it to the right place (the Lustre metadata system will update the
correspoding entries).
```console ```console
marie@barnard$ dtmove /data/horse/lustre/scratch2/0/marie-numbercrunch /data/horse/ws/marie-numbercrunch marie@barnard$ dtmove /data/horse/lustre/scratch2/0/marie-numbercrunch /data/horse/ws/marie-numbercrunch
......
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