Add ext4 parameters to openstack_integration::ceph
Adding needed osd_journal_size osd_max_object_name[space]_len configuration parameters to openstack_integration::ceph. This is needed rebuild puppet_ceph beaker tests Change-Id: I6715d11a90f1e864a6154733a1d62148c79de02d
This commit is contained in:
parent
4065cf52a5
commit
3a5e52c2a6
@ -51,7 +51,11 @@ class openstack_integration::ceph {
|
||||
|
||||
# Extra Ceph configuration to increase performances
|
||||
$ceph_extra_config = {
|
||||
'client/rbd_default_features' => { value => '15' },
|
||||
'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