redhat-cip / puppet-ceph

Deploy Ceph using puppet
http://ceph.com/
Other
69 stars 73 forks source link

New 'config' attribute allows custom configuration #48

Closed ctrlaltdel closed 10 years ago

ctrlaltdel commented 10 years ago

Sample usage:

class { 'ceph::conf': fsid => $fsid, config => { 'osd max backfills' => 1, 'osd recovery max active' => 1, } }

fcharlier commented 10 years ago

@ctrlaltdel nice feature ! Could you add some tests for this feature before we merge ?

ctrlaltdel commented 10 years ago

Hi @fcharlier, good point. Please find the rspec tests in this new commit. Hope this works for you.