From dfc8f8bb385a7d803d6f436fbfec536c0d9c1570 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Mon, 6 Nov 2023 15:40:12 +0100 Subject: [PATCH] Fix --- .../docs/jobs_and_resources/migration_to_barnard.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/migration_to_barnard.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/migration_to_barnard.md index cc8a9c688..921dfb5ce 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/migration_to_barnard.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/migration_to_barnard.md @@ -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`" -- GitLab