@@ -20,15 +20,10 @@ Each file storage implements GPFS file system exported via NFS protocol using th
## Accessing PROJECT
All aspects of allocation, accessing and using PROJECT storage are driven by project paradigm.
PROJECT allocation: project directory (actually implemented as an independent fileset) is created for every active project. Default limits (quotas), default permissions and ACLs are set. Project directory life cycle follows project's life cycle. Project directory is removed after project's data expiration.
All aspects of allocation, provisioning, accessing and using PROJECT storage are driven by project paradigm.
Storage allocation and access to the storage are based on projects (i.e. computing resources allocations) and project membership.
Data stored on the PROJECT storage is bound to a project.
Once the project ends, new data related to this project cannot be written on the PROJECT storage.
However, the data can be migrated to another active project's directory.
!!!note
Note that `mv` between independent filesets is not an atomic operation.
Project directory (actually implemented as an independent fileset) is created for every active project. Default limits (quotas), default file permissions and ACLs are set. Project directory life cycle strictly follows project's life cycle. Project directory is removed after project's data expiration.