Skip to content

Commit

Permalink
Bullet point indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherkellyucl committed Sep 13, 2024
1 parent 974f6bc commit d39ed82
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions mkdocs-project-dir/docs/Status_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,23 +429,23 @@ This page outlines that status of each of the machines managed by the Research C
* After login, you will notice that your new home and scratch directories are mostly empty.
Please copy any data you need from your old home and scratch directories under `/old_lustre` to
the appropriate new locations.
- E.g. `cp -rp /old_lustre/home/username/data /home/username` will recursively copy your old
`data` directory and everything in it into your new home, while preserving the permissions.
- E.g. `cp -rp /old_lustre/home/username/data /home/username` will recursively copy your old
`data` directory and everything in it into your new home, while preserving the permissions.
* Any data that you consider important enough to be backed up should be copied into your ACFS
directory instead.
* You have **three months** to copy your data. After this, the `/old_lustre` will become unavailable.
* Your queued jobs will be held (showing status `hqw` in `qstat`) and won’t start running
automatically, as their job scripts will likely refer to locations on `/lustre` which won’t exist
until you have copied over the data. After you have copied the data that your jobs need to the new
Lustre, you can release the hold on your queued jobs.
- E.g. `qrls $JOB_ID` will release a specific job ID, and `qrls all` will release all your jobs.
- Released array jobs will have the first task in status `qw` and the rest in `hqw` - this is normal.
- E.g. `qrls $JOB_ID` will release a specific job ID, and `qrls all` will release all your jobs.
- Released array jobs will have the first task in status `qw` and the rest in `hqw` - this is normal.
* Depending on the amount of data, the copying may take some time, especially if you have many small
files. If you are copying data to ACFS and you don’t need immediate access to each file individually,
consider creating tar archives instead of copying data recursively.
- E.g. `tar -czvf /acfs/users/username/myarchive.tar.gz /old_lustre/home/username/data` will
(c)reate a g(z)ipped archive (v)erbosely in the specified (f)ilename location. The contents will be
everything in this user's old `data` directory.
- E.g. `tar -czvf /acfs/users/username/myarchive.tar.gz /old_lustre/home/username/data` will
(c)reate a g(z)ipped archive (v)erbosely in the specified (f)ilename location. The contents will be
everything in this user's old `data` directory.

Further reminders will be sent before `/old_lustre` is removed on 11 December.

Expand Down

0 comments on commit d39ed82

Please sign in to comment.