Merge "Add ext4 parameters to openstack_integration::ceph"
This commit is contained in:
commit
135f7928fb
@ -51,7 +51,11 @@ class openstack_integration::ceph {
|
|||||||
|
|
||||||
# Extra Ceph configuration to increase performances
|
# Extra Ceph configuration to increase performances
|
||||||
$ceph_extra_config = {
|
$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':
|
class { '::ceph::conf':
|
||||||
args => $ceph_extra_config,
|
args => $ceph_extra_config,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user