Merge "Add ext4 parameters to openstack_integration::ceph"

This commit is contained in:
Jenkins 2016-06-25 15:32:13 +00:00 committed by Gerrit Code Review
commit 135f7928fb

View File

@ -52,6 +52,10 @@ class openstack_integration::ceph {
# Extra Ceph configuration to increase performances
$ceph_extra_config = {
'client/rbd_default_features' => { value => '15' },
'global/osd_journal_size' => { value => '100' },
'global/osd_max_object_namespace_len' => { value => '64' },
'global/osd_max_object_name_len' => { value => '256' },
}
class { '::ceph::conf':
args => $ceph_extra_config,