mirror of https://github.com/ceph/ceph-ansible.git
defaults: change default size for openstack pools
default pool size should match the real default that is defined in ceph
itself.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 6d1fe32998
)
pull/3384/head
parent
a4db9bd6e8
commit
1077ae0060
|
@ -585,7 +585,7 @@ dummy:
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
#openstack_cinder_pool:
|
#openstack_cinder_pool:
|
||||||
# name: "volumes"
|
# name: "volumes"
|
||||||
# pg_num: "{{ osd_pool_default_pg_num }}"
|
# pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -595,7 +595,7 @@ dummy:
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
#openstack_nova_pool:
|
#openstack_nova_pool:
|
||||||
# name: "vms"
|
# name: "vms"
|
||||||
# pg_num: "{{ osd_pool_default_pg_num }}"
|
# pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -605,7 +605,7 @@ dummy:
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
#openstack_cinder_backup_pool:
|
#openstack_cinder_backup_pool:
|
||||||
# name: "backups"
|
# name: "backups"
|
||||||
# pg_num: "{{ osd_pool_default_pg_num }}"
|
# pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -615,7 +615,7 @@ dummy:
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
#openstack_gnocchi_pool:
|
#openstack_gnocchi_pool:
|
||||||
# name: "metrics"
|
# name: "metrics"
|
||||||
# pg_num: "{{ osd_pool_default_pg_num }}"
|
# pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -625,7 +625,7 @@ dummy:
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
#openstack_cephfs_data_pool:
|
#openstack_cephfs_data_pool:
|
||||||
# name: "manila_data"
|
# name: "manila_data"
|
||||||
# pg_num: "{{ osd_pool_default_pg_num }}"
|
# pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -635,7 +635,7 @@ dummy:
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
#openstack_cephfs_metadata_pool:
|
#openstack_cephfs_metadata_pool:
|
||||||
# name: "manila_metadata"
|
# name: "manila_metadata"
|
||||||
# pg_num: "{{ osd_pool_default_pg_num }}"
|
# pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -645,7 +645,7 @@ dummy:
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
|
|
||||||
#openstack_pools:
|
#openstack_pools:
|
||||||
# - "{{ openstack_glance_pool }}"
|
# - "{{ openstack_glance_pool }}"
|
||||||
|
|
|
@ -585,7 +585,7 @@ ceph_docker_registry: "registry.access.redhat.com/rhceph/"
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
#openstack_cinder_pool:
|
#openstack_cinder_pool:
|
||||||
# name: "volumes"
|
# name: "volumes"
|
||||||
# pg_num: "{{ osd_pool_default_pg_num }}"
|
# pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -595,7 +595,7 @@ ceph_docker_registry: "registry.access.redhat.com/rhceph/"
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
#openstack_nova_pool:
|
#openstack_nova_pool:
|
||||||
# name: "vms"
|
# name: "vms"
|
||||||
# pg_num: "{{ osd_pool_default_pg_num }}"
|
# pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -605,7 +605,7 @@ ceph_docker_registry: "registry.access.redhat.com/rhceph/"
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
#openstack_cinder_backup_pool:
|
#openstack_cinder_backup_pool:
|
||||||
# name: "backups"
|
# name: "backups"
|
||||||
# pg_num: "{{ osd_pool_default_pg_num }}"
|
# pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -615,7 +615,7 @@ ceph_docker_registry: "registry.access.redhat.com/rhceph/"
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
#openstack_gnocchi_pool:
|
#openstack_gnocchi_pool:
|
||||||
# name: "metrics"
|
# name: "metrics"
|
||||||
# pg_num: "{{ osd_pool_default_pg_num }}"
|
# pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -625,7 +625,7 @@ ceph_docker_registry: "registry.access.redhat.com/rhceph/"
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
#openstack_cephfs_data_pool:
|
#openstack_cephfs_data_pool:
|
||||||
# name: "manila_data"
|
# name: "manila_data"
|
||||||
# pg_num: "{{ osd_pool_default_pg_num }}"
|
# pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -635,7 +635,7 @@ ceph_docker_registry: "registry.access.redhat.com/rhceph/"
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
#openstack_cephfs_metadata_pool:
|
#openstack_cephfs_metadata_pool:
|
||||||
# name: "manila_metadata"
|
# name: "manila_metadata"
|
||||||
# pg_num: "{{ osd_pool_default_pg_num }}"
|
# pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -645,7 +645,7 @@ ceph_docker_registry: "registry.access.redhat.com/rhceph/"
|
||||||
# erasure_profile: ""
|
# erasure_profile: ""
|
||||||
# expected_num_objects: ""
|
# expected_num_objects: ""
|
||||||
# application: "rbd"
|
# application: "rbd"
|
||||||
# size: ""
|
# size: "{{ osd_pool_default_size }}"
|
||||||
|
|
||||||
#openstack_pools:
|
#openstack_pools:
|
||||||
# - "{{ openstack_glance_pool }}"
|
# - "{{ openstack_glance_pool }}"
|
||||||
|
|
|
@ -577,7 +577,7 @@ openstack_glance_pool:
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
application: "rbd"
|
application: "rbd"
|
||||||
size: ""
|
size: "{{ osd_pool_default_size }}"
|
||||||
openstack_cinder_pool:
|
openstack_cinder_pool:
|
||||||
name: "volumes"
|
name: "volumes"
|
||||||
pg_num: "{{ osd_pool_default_pg_num }}"
|
pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -587,7 +587,7 @@ openstack_cinder_pool:
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
application: "rbd"
|
application: "rbd"
|
||||||
size: ""
|
size: "{{ osd_pool_default_size }}"
|
||||||
openstack_nova_pool:
|
openstack_nova_pool:
|
||||||
name: "vms"
|
name: "vms"
|
||||||
pg_num: "{{ osd_pool_default_pg_num }}"
|
pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -597,7 +597,7 @@ openstack_nova_pool:
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
application: "rbd"
|
application: "rbd"
|
||||||
size: ""
|
size: "{{ osd_pool_default_size }}"
|
||||||
openstack_cinder_backup_pool:
|
openstack_cinder_backup_pool:
|
||||||
name: "backups"
|
name: "backups"
|
||||||
pg_num: "{{ osd_pool_default_pg_num }}"
|
pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -607,7 +607,7 @@ openstack_cinder_backup_pool:
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
application: "rbd"
|
application: "rbd"
|
||||||
size: ""
|
size: "{{ osd_pool_default_size }}"
|
||||||
openstack_gnocchi_pool:
|
openstack_gnocchi_pool:
|
||||||
name: "metrics"
|
name: "metrics"
|
||||||
pg_num: "{{ osd_pool_default_pg_num }}"
|
pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -617,7 +617,7 @@ openstack_gnocchi_pool:
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
application: "rbd"
|
application: "rbd"
|
||||||
size: ""
|
size: "{{ osd_pool_default_size }}"
|
||||||
openstack_cephfs_data_pool:
|
openstack_cephfs_data_pool:
|
||||||
name: "manila_data"
|
name: "manila_data"
|
||||||
pg_num: "{{ osd_pool_default_pg_num }}"
|
pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -627,7 +627,7 @@ openstack_cephfs_data_pool:
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
application: "rbd"
|
application: "rbd"
|
||||||
size: ""
|
size: "{{ osd_pool_default_size }}"
|
||||||
openstack_cephfs_metadata_pool:
|
openstack_cephfs_metadata_pool:
|
||||||
name: "manila_metadata"
|
name: "manila_metadata"
|
||||||
pg_num: "{{ osd_pool_default_pg_num }}"
|
pg_num: "{{ osd_pool_default_pg_num }}"
|
||||||
|
@ -637,7 +637,7 @@ openstack_cephfs_metadata_pool:
|
||||||
erasure_profile: ""
|
erasure_profile: ""
|
||||||
expected_num_objects: ""
|
expected_num_objects: ""
|
||||||
application: "rbd"
|
application: "rbd"
|
||||||
size: ""
|
size: "{{ osd_pool_default_size }}"
|
||||||
|
|
||||||
openstack_pools:
|
openstack_pools:
|
||||||
- "{{ openstack_glance_pool }}"
|
- "{{ openstack_glance_pool }}"
|
||||||
|
|
Loading…
Reference in New Issue