mirror of
https://github.com/ceph/ceph
synced 2025-01-30 06:53:38 +00:00
405bb2e48e
Note: it's important to keep the install task which supplies packages needed for some workloads. Fixes: https://tracker.ceph.com/issues/51333 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
22 lines
367 B
YAML
22 lines
367 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
osd:
|
|
osd shutdown pgref assert: true
|
|
tasks:
|
|
- cephadm:
|
|
roleless: false
|
|
- cephadm.shell:
|
|
mon.a:
|
|
- ceph orch status
|
|
- ceph orch ps
|
|
- ceph orch ls
|
|
- ceph orch host ls
|
|
- ceph orch device ls
|
|
- cephadm.shell:
|
|
mon.a:
|
|
- ceph fs dump
|
|
- ceph osd dump
|
|
- fs.ready:
|
|
timeout: 300
|