From 076953afa7f224a10bcf56d8722fb7c8a59cb434 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Sat, 4 Nov 2023 11:15:00 +0100 Subject: [PATCH] Layout: Collaps code blocks --- .../docs/jobs_and_resources/barnard_test.md | 62 +++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md index be4ebe3ce..cdba42a86 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md @@ -174,53 +174,53 @@ target not the source filesystem. ??? "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` - instead of `dtcp` since this data is already copied to the new filesystem and you just need to - move it to the right place. + If you transfer data from the old scratch to `/data/horse` it is sufficient to use `dtmv` + instead of `dtcp` since this data is already copied to the new filesystem and you just need to + move it to the right place. - ```console - marie@barnard$ dtmove /data/horse/lustre/scratch2/0/marie-numbercrunch /data/horse/ws/marie-numbercrunch - ``` + ```console + marie@barnard$ dtmove /data/horse/lustre/scratch2/0/marie-numbercrunch /data/horse/ws/marie-numbercrunch + ``` -=== "Source: old `/ssd`" + === "Source: old `/ssd`" - ```console - marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ /data/horse/ws/marie-numbercrunch - ``` + ```console + marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ /data/horse/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 - invoke a `dtcopy` command to transfer data to a workspace in `/data/horse`, e.g., + The old `beegfs` filesystem is mounted at `/data/old/beegfs` the datamover nodes. You need to + invoke a `dtcopy` command to transfer data to a workspace in `/data/horse`, e.g., - ```console - marie@barnard$ dtcopy --recursive /data/old/beegfs/ /data/horse/ws/marie-numbercrunch - ``` + ```console + marie@barnard$ dtcopy --recursive /data/old/beegfs/ /data/horse/ws/marie-numbercrunch + ``` ??? "Migration to `/data/walrus`" -=== "Source: old `/scratch`" + === "Source: old `/scratch`" - ```console - marie@barnard$ dtcopy --recursive /data/horse/lustre/scratch2/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch - ``` + ```console + marie@barnard$ dtcopy --recursive /data/horse/lustre/scratch2/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch + ``` -=== "Source: old `/ssd`" + === "Source: old `/ssd`" - ```console - marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ /data/walrus/ws/marie-numbercrunch - ``` + ```console + 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 - invoke a `dtcopy` command to transfer data to a workspace in `/data/walrus`, e.g., + The old `beegfs` filesystem is mounted at `/data/old/beegfs` the datamover nodes. You need to + invoke a `dtcopy` command to transfer data to a workspace in `/data/walrus`, e.g., - ```console - marie@barnard$ dtcopy --recursive /data/old/beegfs/ /data/walrus/ws/marie-numbercrunch - ``` + ```console + marie@barnard$ dtcopy --recursive /data/old/beegfs/ /data/walrus/ws/marie-numbercrunch + ``` ??? "Migration from `/lustre/ssd` or `/beegfs`" -- GitLab