From ec48e547d19ae9798af05576c9214b4d35fcb1af Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Fri, 8 Dec 2023 12:56:47 +0100 Subject: [PATCH] Fix workspaces on horse (no spaces) --- doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md index 1d70ecdeb..cba3b1a41 100644 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md +++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md @@ -145,7 +145,7 @@ overview of some of these options. All available options can be queried by `ws_l ```console marie@login$ ws_list -v id: test-workspace - workspace directory : /data/horse/ws/0/marie-test-workspace + workspace directory : /data/horse/ws/marie-test-workspace remaining time : 89 days 23 hours creation time : Wed Dec 6 14:46:12 2023 expiration date : Tue Mar 5 14:46:12 2024 @@ -186,7 +186,7 @@ overview of some of these options. All available options can be queried by `ws_l ``` marie@login$ ws_list -R -t id: test-workspace - workspace directory : /data/horse/ws/0/marie-test-workspace + workspace directory : /data/horse/ws/marie-test-workspace remaining time : 89 days 23 hours available extensions : 10 id: marie-numbercrunch @@ -623,7 +623,7 @@ to others (if in the same group) via `ws_list -g`. ```console marie@login$ ls -ld /data/horse/ws/marie-numbercrunch - drwxr-x--- 2 marie p_number_crunch 4096 Mar 2 15:24 /data/horse/ws/0/marie-numbercrunch + drwxr-x--- 2 marie p_number_crunch 4096 Mar 2 15:24 /data/horse/ws/marie-numbercrunch ``` All members of the project group `p_number_crunch` can now list this workspace using -- GitLab