/evenup-disk

Puppet module to configures disk parameters on Linux systems

Primary LanguageRubyOtherNOASSERTION

What is it?

A puppet module that configured disk parameters on Linux systems. Currently it only sets the scheduler

Usage:

Set the scheduler for xvde1 to deadline

  disk::scheduler { 'xvde1': scheduler => 'deadline' }

Known Issues:

Only tested on CentOS 6

TODO:


[ ] Add additional tunings [ ] Add monitoring

License:


Released under the Apache 2.0 licence

Contribute:

  • Fork it
  • Create a topic branch
  • Improve/fix (with spec tests)
  • Push new topic branch
  • Submit a PR