Hello All,
We are looking to move towards using Robhinhood reports more extensively in
our environment. However, we have noticed an inconsistency when using the
`--top-users` options. It appears the `--top-users` option count field
only takes into account file counts and not dir and symlink which we think
should be included. See the following for an simple example:
# rbh-report --user-info --filter-class=test
filter class: test
user, type, count, volume, spc_used, min_size,
max_size, avg_size
Test.User, symlink, 4, 37, 0, 4,
15, 9
Test.User, dir, 12, 48.00 KB, 48.00 KB, 4.00 KB,
4.00 KB, 4.00 KB
Test.User, file, 16, 8.38 GB, 8.38 GB, 0,
953.67 MB, 536.44 MB
Total: 32 entries, volume: 9000051522 bytes (8.38 GB), space used:
9000284160 bytes (8.38 GB)
# rbh-report --top-users=1000 --filter-class=test
filter class:test
rank, user, volume, spc_used, count, min_size,
max_size, avg_size
1, Test.User, 8.38 GB, 8.38 GB, 16, 0, 953.67
MB, 536.44 MB
As you can see, the total count on the `--top-users` report is missing the
`symlink` and `dir` counts. If possible, we would like to see the
`--top-users` report include the true total of inodes used so it would
match up inode quotas we have set up on the file system.
Is this possible, or am I looking at something wrong?
Thanks in advance for the support.
Nate
_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support