description "Role applied to all planet servers"
default_attributes(
- :accounts => {
- :users => {
- :bretth => { :status => :user },
- :planet => {
- :status => :administrator,
- :members => [:bretth]
- }
- }
- },
:rsyncd => {
:modules => {
:planet => {
:threads_per_child => 50,
:min_spare_threads => 75,
:max_spare_threads => 525,
- :async_request_worker_factor => 4
+ :listen_cores_buckets_ratio => 4
}
}
)