ceph-ansible/roles
Benoît Knecht 3c31b19ab3 ceph-rgw: Fix custom pool size setting
RadosGW pools can be created by setting

```yaml
rgw_create_pools:
  .rgw.root:
    pg_num: 512
    size: 2
```

for instance. However, doing so would create pools of size
`osd_pool_default_size` regardless of the `size` value. This was due to
the fact that the Ansible task used

```
{{ item.size | default(osd_pool_default_size) }}
```

as the pool size value, but `item.size` is always undefined; the
correct variable is `item.value.size`.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
2020-01-08 16:16:38 -05:00
..
ceph-client common: improve keyrings generation 2019-10-02 13:09:50 +02:00
ceph-common common: add centos8 support 2020-01-08 11:13:46 +01:00
ceph-config ceph-iscsi: notify rbd target services 2019-10-16 16:25:40 +02:00
ceph-container-common container/dashboard: run the registry auth task 2019-10-22 23:23:32 +02:00
ceph-container-engine container: move lvm2 package installation 2020-01-08 11:13:46 +01:00
ceph-dashboard ceph-iscsi: manage ipv6 in trusted_ip_list 2020-01-08 13:54:04 -05:00
ceph-defaults common: add centos8 support 2020-01-08 11:13:46 +01:00
ceph-facts facts: use correct python interpreter 2020-01-08 10:06:43 -05:00
ceph-fetch-keys global: add newline at end of file 2019-08-23 15:56:47 +02:00
ceph-grafana ceph-grafana: remove ipv6 brakets on wait_for 2019-11-26 10:08:17 +01:00
ceph-handler docker2podman: import ceph-handler role 2019-12-02 09:11:12 -05:00
ceph-infra ceph-infra: replace hardcoded grafana group name 2019-12-18 16:09:14 +01:00
ceph-iscsi-gw ceph-iscsi: manage ipv6 in trusted_ip_list 2020-01-08 13:54:04 -05:00
ceph-mds Fixes failure of cephfs configuration using --limit 2019-11-18 16:44:47 +01:00
ceph-mgr mgr: do not copy all keyrings on all mgr 2019-10-15 15:06:46 -04:00
ceph-mon ceph-osd: add device class to crush rules 2019-11-14 16:25:46 +01:00
ceph-nfs Revert "nfs: do not run privileged nfs container" 2020-01-08 14:18:21 +01:00
ceph-node-exporter dashboard: run node_export as privileged container 2019-12-09 09:40:13 -05:00
ceph-osd container: move lvm2 package installation 2020-01-08 11:13:46 +01:00
ceph-prometheus dashboard: use fqdn in external url 2020-01-08 09:06:49 -05:00
ceph-rbd-mirror travis: fail on ansible-lint errors 2019-10-21 13:26:02 -04:00
ceph-rgw ceph-rgw: Fix custom pool size setting 2020-01-08 16:16:38 -05:00
ceph-rgw-loadbalancer ceph-rgw-loadbalancer: Modify keepalived master selection 2020-01-06 09:25:04 -05:00
ceph-validate defaults: change monitor|radosgw_address default values 2019-12-12 09:58:33 +01:00