ceph-ansible/roles/ceph-handler
Dimitri Savineau 561a7c02c0 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 13:57:20 -04:00
..
handlers debian/uca: remove the handler notification 2021-03-03 14:50:45 +01:00
meta meta: set the right minimum ansible version required for galaxy 2018-12-11 09:59:25 +01:00
tasks osds: use osd pool ls instead of osd dump command 2021-08-03 13:57:20 -04:00
templates Use ansible_facts 2021-03-26 00:05:33 +01:00
LICENSE add ceph-handler role 2018-09-28 15:15:49 +00:00
README.md add ceph-handler role 2018-09-28 15:15:49 +00:00

README.md

Ansible role: ceph-handler

Documentation is available at http://docs.ceph.com/ceph-ansible/.