IBM Books

IBM General Parallel File System for AIX: Data Management API Guide

[ Bottom of Page | Previous Page | Next Page | Table of Contents | Index ]


Quota

GPFS supports user quota. When dm_punch_hole is invoked, the file owner's quota is adjusted by the disk space that is freed. The quota is also adjusted when dm_write_invis is invoked and additional disk space is consumed.

Since dm_write_invis executes with root credentials, it will never fail due to insufficient quota. However, it is possible that the quota of the file owner will be exceeded as a result of the invisible write. In that case the owner will not be able to perform further file operations that consume quota.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]