The DIFA-OPH cluster offers three different storage areas with different features and usage policies:
This is a storage area available from every node and this is the space that you access when you connect to the cluster frontend. This is meant to store non-reproducible data (e.g. source codes) and is regularly backed up. It should be used for source files, compiling code, or jobs that do not need a lot of space (see /home/work
below).
The /home is the area where your home folders are stored, as well as other shared areas such as /home/work/
and /home/web/
that are meant to be:
https://apps.difa.unibo.it/files/people/Str957-cluster
.Options: +Indexes
to be browseablequota -u
.
This is the fast Input/Output area to be used for direct read/write operations from the compute nodes. There is no quota in this area, but an automatic cleaning procedure is enforced on all files older than 40 days to avoid the disk space being exhausted, as this would make running jobs crash when trying to write outputs on disk. Therefore, once your jobs are finished you are recommended to archive the relevant data to /archive/
(see below) to avoid any data loss;
folders inside sectors areas must use the account as name or you won't get important mails ⇒ possibe data loss.
This is the main archive area to be used for large files, big datasets or archives; it is designed to be a distributed storage area for long-term data preservation. Data in this area should be stored in the form of compressed folders because the presence of a large number of small files will compromise its functionality. Every sector or project has a dedicated area with an associated quota on /archive/
, and when the quota is exceeded no further writing is possible on the sector or project area.
folders inside sectors areas must use the account as name or you won't get important mails ⇒ possibe data loss.
To allow users/sectors/projects to handle their /archive/ storage and avoid their sector going over quota, a monitoring and alerting system is now in place. Some of you may have already received alerting emails from the OPH cluster last night, around midnight. These emails are meant to inform you about your usage of the /archive/ system and alert you in case your sector/project is already over quota (i.e. using more than 100% of the allowed space or number of files, so that writing is already blocked) or close to the quota limit (i.e. using more than 90% of either the available space or number of files).
In particular:
Every node does have some available space on local storage in $TMPDIR
. This can be used to store temporary files that do not need to be shared between nodes. Being a local memory, latency is very low and with a limited capacity, usually around 200GB. It it automatically cleaned when the job terminates.