Thanks for the answer! Best, Rasool
On 07.04.25 20:07, Andreas Dilger wrote:
On Apr 6, 2025, at 05:18, Rasool Almasikoupaei via lustre-discuss <[email protected]> wrote:Hi everyone,Just wondering if anyone knows what these metric values actually mean and how I can make sense of them:obdfilter.testfs-OST0000.tot_granted obdfilter.testfs-OST0000.tot_pending obdfilter.testfs-OST0000.tot_dirty Appreciate any help!The "space grant" mechanism controls how much dirty data can be cached on the clients (per OST) before the writes are throttled. This avoids clients dirtying GB (or TB these days) of data in RAM but the OST is actually out of space and cannot write the data to persistent storage.tot_granted = total amount of space granted to all clients for this OSTtot_pending = total amount of dirty data in process of being written (i.e. in RPCs)tot_dirty = total amount of dirty data reported by clientsThe clients send these values to the server with every write RPC, so the server knows the client totals even before the write RPCs are sent. This allows the server to pre-emptively send more write grants to a client so that it doesn't need to throttle writes, if there is still lots of free space on the server.Cheers, Andreas — Andreas Dilger Lustre Principal Architect Whamcloud/DDN
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ lustre-discuss mailing list [email protected] http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
