Merge "Add ext4 parameters to openstack_integration::ceph"
This commit is contained in:
commit
135f7928fb
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user