From 8ddc59caf5c9c72704d238067b78c99fe81973e8 Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Mon, 2 Sep 2024 17:35:29 +0200 Subject: [PATCH] Update backup and purging policies --- docs/filesystems/index.md | 2 +- docs/filesystems/lustre.md | 6 +++--- docs/filesystems/overview.md | 12 ++++++------ docs/getting-started.md | 2 +- docs/support/index.md | 2 +- mkdocs.yml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/filesystems/index.md b/docs/filesystems/index.md index e272719c..de99535e 100644 --- a/docs/filesystems/index.md +++ b/docs/filesystems/index.md @@ -37,6 +37,6 @@ In addition, the following file-systems complete the ULHPC storage infrastructur %} * [ULHPC backup policies](../data/backups.md) -* [Quotas and purging policies](quotas.md) +* [Quotas](quotas.md) * ULHPC [GPFS/SpectrumScale](gpfs.md) and [Lustre](lustre.md) filesystems * UL [Isilon/OneFS](isilon.md) filesystems diff --git a/docs/filesystems/lustre.md b/docs/filesystems/lustre.md index 15185819..071fab8e 100644 --- a/docs/filesystems/lustre.md +++ b/docs/filesystems/lustre.md @@ -19,10 +19,10 @@ In terms of raw storage capacities, it represents more than **1.6PB**. %} -!!! warning "ULHPC `$SCRATCH` quotas, backup and purging policies" +!!! warning "ULHPC `$SCRATCH` quotas and backup" Extended ACLs are provided for sharing data with other users using fine-grained control. - See [quotas](quotas.md) for detailed information about inode, space quotas, and file system purge policies. - In particular, your SCRATCH directory **[purged on a regular basis](quotas.md#purging)**, and is [**NOT** backuped](../data/backups.md) according to the policy detailed in the [ULHPC backup policies](../data/backups.md). + See [quotas](quotas.md) for detailed information about inode, space quotas, and file system policies. + In particular, your SCRATCH directory is [**NOT** backuped](../data/backups.md) according to the policy detailed in the [ULHPC backup policies](../data/backups.md). ??? info "A short history of Lustre" [Lustre](http://lustre.org/) was initiated & funded by the U.S. Department of Energy Office of Science & National Nuclear Security Administration laboratories in mid 2000s. Developments continue through the Cluster File Systems (ClusterFS) company founded in 2001. diff --git a/docs/filesystems/overview.md b/docs/filesystems/overview.md index 812cec3c..50ad9a7c 100644 --- a/docs/filesystems/overview.md +++ b/docs/filesystems/overview.md @@ -7,9 +7,9 @@ Each servers and computational resources has access to at least three different -| Directory | Env. | file system | backup | purging | -|-----------------------------------------------------------------------------------------------------|--------------------------------------------------------------|----------------------------------------------|--------|---------| -| [`/home/users/`](../filesystems/gpfs.md#global-home-directory-home) | [`$HOME`](../filesystems/gpfs.md#global-home-directory-home) | [GPFS/Spectrumscale](../filesystems/gpfs.md) | yes | no | -| [`/work/projects/`](../filesystems/gpfs.md#global-project-directory-projecthomeworkprojects)`` | - | [GPFS/Spectrumscale](../filesystems/gpfs.md) | yes | no | -| [`/scratch/users/`](../filesystems/lustre.md) | [`$SCRATCH`](../filesystems/lustre.md) | [Lustre](../filesystems/lustre.md) | no | yes | -| `/mnt/isilon/projects/` | - | [OneFS](../filesystems/isilon.md) | yes* | no | +| Directory | Env. | file system | backup | +|------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|----------------------------------------------|--------------------------------------| +| [`/home/users/`](../filesystems/gpfs.md#global-home-directory-home) | [`$HOME`](../filesystems/gpfs.md#global-home-directory-home) | [GPFS/Spectrumscale](../filesystems/gpfs.md) | no | +| [`/work/projects/`](../filesystems/gpfs.md#global-project-directory-projecthomeworkprojects)`` | - | [GPFS/Spectrumscale](../filesystems/gpfs.md) | yes (partial, `backup` subdirectory) | +| [`/scratch/users/`](../filesystems/lustre.md) | [`$SCRATCH`](../filesystems/lustre.md) | [Lustre](../filesystems/lustre.md) | no | +| `/mnt/isilon/projects/` | - | [OneFS](../filesystems/isilon.md) | yes (live sync and snapshots) | diff --git a/docs/getting-started.md b/docs/getting-started.md index 5c7ef28a..0fa5086d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -162,7 +162,7 @@ In order to use the ULHPC facilities, you need to have a user account with an as * [Global Directory Structure](data/layout.md) * [Transferring data](data/transfer.md): Tools and recommendations to transfer data both inside and outside of ULHPC. -* [Quotas and Purging](filesystems/quotas.md) +* [Quotas](filesystems/quotas.md) * Understanding [Unix File Permissions](filesystems/unix-file-permissions.md) diff --git a/docs/support/index.md b/docs/support/index.md index 45f7e94d..feea560e 100644 --- a/docs/support/index.md +++ b/docs/support/index.md @@ -11,7 +11,7 @@ Note however that we are not here to make your PhD at your place ;) * [Connection issues](../connect/troubleshooting.md) * [File Permissions](../filesystems/unix-file-permissions.md) - [Access rights to project directory](../data/transfer.md#data-transfer-within-project-directories) - - [Quotas and Purging](../filesystems/quotas.md#troubleshooting) + - [Quotas](../filesystems/quotas.md#troubleshooting) ## Read the Friendly Manual diff --git a/mkdocs.yml b/mkdocs.yml index 4a1d9916..5069bb65 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -59,7 +59,7 @@ nav: - Data Sharing: 'data/sharing.md' - Data Transfer: 'data/transfer.md' - GDPR Compliance: 'data/gdpr.md' - - Quotas and Purging: 'filesystems/quotas.md' + - Quotas: 'filesystems/quotas.md' - Project Data Management: 'data/project.md' - Scratch Data Management: 'filesystems/lfs.md' - Backups: 'data/backups.md'