-
Notifications
You must be signed in to change notification settings - Fork 62
Home
Robinhood Policy Engine is a versatile tool to manage contents of large file systems. It maintains a replicate of filesystem medatada in a database that can be queried at will. It makes it possible to schedule mass action on filesystem entries by defining attribute-based policies, provides fast 'find' and 'du' enhanced clones, gives to administrators an overall view of filesystem contents through its web UI and command line tools.
It supports any POSIX filesystem and implements advanced features for Lustre filesystems (list/purge files per OST or pool, read MDT changelogs...)
Originally developped for HPC, it has been designed to perform all its tasks in parallel, so it is particularly adapted for running on large filesystems with millions of entries and petabytes of data. But of course, you can take benefits of all its features for managing smaller filesystems, like '/tmp' of workstations.
Robinhood is distributed under the CeCILL-C license, which is a French transposition of the GNU LGPL and is fully LGPL-compatible.
- User/group usage accounting, including file size profiling
- Extra-fast 'du' and 'find' clones
- Customizable alerts on filesystem entries
- Aware of Lustre OSTs and pools
- Migration and purge Policy Engine
- Directories cleanup policy
- Disk space fair-share
- Deferred removal (soft-rm) policy
- Filesystem disaster recovery
Thanks to all Robinhood User Group participants!
Slide decks are available on the event page, in RUG 2015 agenda
- Download the latest version: robinhood 2.5.5 (2015/06/09)
- Online documentation
- Quick tour (pdf slides)
- Contributing
- Browse code
- Checkout git repository:
git clone https://github.com/cea-hpc/robinhood.git
- ChangeLog
- Roadmap
- Send a mail to the support mailing list: robinhood-support@lists.sf.net
Get updated by subscribing those mailing lists:
- robinhood-news: announcement of new releases.
- robinhood-support: user discussions and support.
Get involved in robinhood development:
- robinhood-devel: design and coding discussions.
Back to wiki home