Merge "Default Ceph pg_num and pgp_num to 128"
This commit is contained in:
commit
b6b2887cf8
@ -71,6 +71,9 @@ parameter_defaults:
|
||||
#http://docs.ceph.com/docs/jewel/rados/configuration/filesystem-recommendations/
|
||||
ceph::profile::params::osd_max_object_name_len: 256
|
||||
ceph::profile::params::osd_max_object_namespace_len: 64
|
||||
#NOTE(gfidente): necessary when deploying a single OSD
|
||||
ceph::profile::params::osd_pool_default_pg_num: 32
|
||||
ceph::profile::params::osd_pool_default_pgp_num: 32
|
||||
SwiftCeilometerPipelineEnabled: False
|
||||
Debug: True
|
||||
NotificationDriver: 'noop'
|
||||
|
@ -67,6 +67,9 @@ parameter_defaults:
|
||||
#http://docs.ceph.com/docs/jewel/rados/configuration/filesystem-recommendations/
|
||||
ceph::profile::params::osd_max_object_name_len: 256
|
||||
ceph::profile::params::osd_max_object_namespace_len: 64
|
||||
#NOTE(gfidente): necessary when deploying a single OSD
|
||||
ceph::profile::params::osd_pool_default_pg_num: 32
|
||||
ceph::profile::params::osd_pool_default_pgp_num: 32
|
||||
SwiftCeilometerPipelineEnabled: False
|
||||
Debug: True
|
||||
NotificationDriver: 'noop'
|
||||
|
@ -103,6 +103,9 @@ parameter_defaults:
|
||||
ExtraConfig:
|
||||
ceph::profile::params::osd_max_object_name_len: 256
|
||||
ceph::profile::params::osd_max_object_namespace_len: 64
|
||||
#NOTE(gfidente): necessary when deploying a single OSD
|
||||
ceph::profile::params::osd_pool_default_pg_num: 32
|
||||
ceph::profile::params::osd_pool_default_pgp_num: 32
|
||||
#NOTE: These ID's and keys should be regenerated for
|
||||
# a production deployment. What is here is suitable for
|
||||
# developer and CI testing only.
|
||||
|
@ -89,6 +89,9 @@ parameter_defaults:
|
||||
ExtraConfig:
|
||||
ceph::profile::params::osd_max_object_name_len: 256
|
||||
ceph::profile::params::osd_max_object_namespace_len: 64
|
||||
#NOTE(gfidente): necessary when deploying a single OSD
|
||||
ceph::profile::params::osd_pool_default_pg_num: 32
|
||||
ceph::profile::params::osd_pool_default_pgp_num: 32
|
||||
#NOTE: These ID's and keys should be regenerated for
|
||||
# a production deployment. What is here is suitable for
|
||||
# developer and CI testing only.
|
||||
|
@ -89,6 +89,9 @@ parameter_defaults:
|
||||
ExtraConfig:
|
||||
ceph::profile::params::osd_max_object_name_len: 256
|
||||
ceph::profile::params::osd_max_object_namespace_len: 64
|
||||
#NOTE(gfidente): necessary when deploying a single OSD
|
||||
ceph::profile::params::osd_pool_default_pg_num: 32
|
||||
ceph::profile::params::osd_pool_default_pgp_num: 32
|
||||
#NOTE: These ID's and keys should be regenerated for
|
||||
# a production deployment. What is here is suitable for
|
||||
# developer and CI testing only.
|
||||
|
@ -109,8 +109,8 @@ outputs:
|
||||
- get_attr: [CephBase, role_data, config_settings]
|
||||
- ceph::profile::params::ms_bind_ipv6: {get_param: CephIPv6}
|
||||
ceph::profile::params::mon_key: {get_param: CephMonKey}
|
||||
ceph::profile::params::osd_pool_default_pg_num: 32
|
||||
ceph::profile::params::osd_pool_default_pgp_num: 32
|
||||
ceph::profile::params::osd_pool_default_pg_num: 128
|
||||
ceph::profile::params::osd_pool_default_pgp_num: 128
|
||||
ceph::profile::params::osd_pool_default_size: {get_param: CephPoolDefaultSize}
|
||||
# repeat returns items in a list, so we need to map_merge twice
|
||||
tripleo::profile::base::ceph::mon::ceph_pools:
|
||||
|
Loading…
Reference in New Issue
Block a user