Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report both actual storage disk usage, and size of files known to Librarian #5

Open
pkgw opened this issue Feb 18, 2016 · 3 comments
Open

Comments

@pkgw
Copy link
Contributor

pkgw commented Feb 18, 2016

We're being bitten about ssh_prefix vs. path_prefix vs. rsync_prefix, etc. We'd also like to make sure that the disk usage of each store is correctly referenced to ground truth, so there should be some little cron job that does this kind of stuff.

@bhazelton
Copy link
Member

we should separately report the disk usage of files the librarian knows about and the total disk usage.

@pkgw pkgw changed the title Cronjob: ground-truth store disk usage; verify store configuration Report both actual storage disk usage, and size of files known to Librarian Jun 1, 2016
@pkgw
Copy link
Contributor Author

pkgw commented Jun 1, 2016

We've straightened out the "prefixes" and are correctly ground-truthing the disk usage, but it would still be nice to be able to compare that usage to what the Librarian thinks should be used. (This might get a bit tricky since the Librarian knows the number of actual bytes in each file, but not the actual disk space taken by each file, which will be different because files take up whole filesystem blocks, and directories have an overhead.)

@pkgw
Copy link
Contributor Author

pkgw commented Dec 20, 2016

So far this feature has not felt that important to implement, but it would be fun to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants