Merge "Remove rbd_default_features so puppet-ceph can mange it"
This commit is contained in:
commit
0f85cbe213
@ -71,12 +71,6 @@ class openstack_integration::ceph (
|
|||||||
class { '::ceph::profile::mon': }
|
class { '::ceph::profile::mon': }
|
||||||
class { '::ceph::profile::osd': }
|
class { '::ceph::profile::osd': }
|
||||||
|
|
||||||
# Needed until https://review.openstack.org/#/c/283359 lands
|
|
||||||
$ceph_migration_config = {
|
|
||||||
'client/rbd_default_features' => { value => '15' },
|
|
||||||
}
|
|
||||||
ensure_resources(ceph_config, $ceph_migration_config)
|
|
||||||
|
|
||||||
# Extra Ceph configuration to increase performances
|
# Extra Ceph configuration to increase performances
|
||||||
$ceph_extra_config = {
|
$ceph_extra_config = {
|
||||||
'global/osd_journal_size' => { value => '100' },
|
'global/osd_journal_size' => { value => '100' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user