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

jsfsck2 #113

Open
jjg opened this issue Nov 12, 2015 · 2 comments
Open

jsfsck2 #113

jjg opened this issue Nov 12, 2015 · 2 comments
Labels

Comments

@jjg
Copy link
Owner

jjg commented Nov 12, 2015

Create a new version of the jsfsck tool to perform analysis and repair of the storage pool such as the following:

  • Calculate actual stored data size of the pool (as opposed to size-on-disk)
  • Calculate deduplication ratio
  • "file" count
  • Identify inodes with missing blocks
  • "repair" inodes by locating missing blocks and updating the last_seen property
  • Content-type and/or Media Type breakdown of the pool

Command-line params determine what operations are performed as some may be resource-intensive or modify an active storage pool.

@jjg
Copy link
Owner Author

jjg commented Nov 14, 2015

Add orphaned block count (blocks with no inode referencing them) and a switch to purge them (garbage collection).

@jjg
Copy link
Owner Author

jjg commented Nov 30, 2015

Add storage location utilization check and option to "level" blocks across configured locations.

@jjg jjg added the old label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant