cea-hpc / robinhood

Robinhood Policy Engine : a versatile tool to monitor filesystem contents and schedule actions on filesystem entries.
http://robinhood.sf.net
Other
181 stars 62 forks source link

rbh-report: volume Buggy output? #118

Closed ahkumar closed 3 years ago

ahkumar commented 3 years ago

Hi Robinhood Team,

I see this odd output. Can anybody please help me understand this? I see the volume showing in PB usage while the space used is only 13.67 TB. Is this some kind of bug? I am using version 3.1.6;

rbh-report --topusers

rank, user, volume, spc_used, count, avg_size 1, username, 181.01 PB, 13.66 TB, 3801758, 49.93 GB

rbh-report -u username

  user,     type,      count,     volume,   spc_used,   avg_size

username, symlink, 15457, 1.13 MB, 188.68 MB, 77 username, dir, 202312, 6.68 GB, 6.68 GB, 34.60 KB username, file, 3801758, 181.01 PB, 13.66 TB, 49.93 GB

Total: 4019527 entries, volume: 203804321727422287 bytes (181.01 PB), space used: 15029954365952 bytes (13.67 TB)

Thank you, Amit

tl-cea commented 3 years ago

Hello, As replied on the mailing list, you may have sparse files, or released files if you use the Lustre HSM feature.

ahkumar commented 3 years ago

Thank you!! And sorry lost track of this with other things going on.