ceph-ansible/roles/ceph-handler/tasks
Dimitri Savineau 1044940304 osds: use osd pool ls instead of osd dump command
The ceph osd pool ls detail command is a subset of the ceph osd dump
command.

$ ceph osd dump --format json|wc -c
10117
$ ceph osd pool ls detail --format json|wc -c
4740

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 06471a4b82)
2021-08-03 14:03:35 -04:00
..
check_running_cluster.yml ansible: use 'bool' filter on boolean conditionals 2019-06-07 16:05:51 +02:00
check_running_containers.yml Use ansible_facts 2021-03-26 00:16:58 +01:00
check_socket_non_container.yml handler: refact check_socket_non_container 2020-10-14 10:31:05 +02:00
handler_crash.yml Use ansible_facts 2021-03-26 00:16:58 +01:00
handler_mdss.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_mgrs.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_mons.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_nfss.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_osds.yml osds: use osd pool ls instead of osd dump command 2021-08-03 14:03:35 -04:00
handler_rbd_target_api_gw.yml ceph-handler: remove iscsigws restart scripts 2020-07-27 09:33:00 -04:00
handler_rbdmirrors.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_rgws.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_tcmu_runner.yml ceph-handler: remove iscsigws restart scripts 2020-07-27 09:33:00 -04:00
main.yml rolling_update: fix mon+rgw/multisite collocation 2021-06-14 13:59:16 +02:00