This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
guide:lustre [2020/04/30 10:42] kevin |
guide:lustre [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======The Lustre Parallel File System====== | ======The Lustre Parallel File System====== | ||
| + | |||
| + | |||
| + | :!: There is a new Lustre parallel file system mounted on ''/ | ||
| + | |||
| + | |||
| =====Lustre on Lengau===== | =====Lustre on Lengau===== | ||
| + | |||
| + | Lengau has 16 OSSs arranged in pairs. | ||
| + | |||
| + | |||
| =====Lustre tools===== | =====Lustre tools===== | ||
| - | The main tool for information on the files and directories of a Lustre file system is '' | + | The main tool for displaying |
| ====Searching==== | ====Searching==== | ||
| Line 36: | Line 45: | ||
| To change the default striping applied to files in a sub-directory to 2 (and only applied to files larger than 1G) | To change the default striping applied to files in a sub-directory to 2 (and only applied to files larger than 1G) | ||
| - | lfs setstripe -c 2 -s 1g < | + | lfs setstripe -c 2 -s 1G < |
| + | |||
| + | > Check this ^^^. | ||
| + | |||
| + | **Note:** | ||
| + | |||
| + | *When you change the settings for an existing file, the file will actually only change to the new striping when it is recreated. | ||
| + | |||
| + | * The same applies when you change the settings for an existing directory. You will need to rename the directory, create a new directory with the new stripe settings, and then **copy** (not move) the files to the new directory to inherit the new settings. | ||
| + | |||
| + | See '' | ||