1
0
mirror of https://github.com/ceph/ceph synced 2025-05-11 20:19:59 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Kamoltat
24e48f9425 qa/cephadm: Added workunit test for orch cli mon
Added a test where we have 5 MONs on
5 different hosts and try to reduce
the number of MONs from 5 to 3 using
the command ``ceph orch apply mon 3``.

Also,increasing the number of MONs from
 3 to 5 using the command:
``ceph orch apply mon 5``.

Evaluating the correctness of the commands
and inspecting if there are crashes.

This test was motivated by the bug:
https://tracker.ceph.com/issues/50089

Signed-off-by: Kamoltat <ksirivad@redhat.com>
2022-05-31 11:22:47 +00:00