ceph / ceph-cookbook

Chef cookbooks for Ceph
Apache License 2.0
100 stars 108 forks source link

Add placement group control to the pool resource. #219

Open ncerny opened 8 years ago

ncerny commented 8 years ago

This allows pg_num to be controlled idempotently as part of the pool resource. It will set pg_num and pgp_num if the pg_num property changes on the pool resource.

guilhem commented 8 years ago

Really nice :)