]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: stop start cluster 67388/head
authorTeoman ONAY <tonay@ibm.com>
Mon, 16 Feb 2026 13:58:00 +0000 (14:58 +0100)
committerTeoman ONAY <tonay@ibm.com>
Thu, 9 Apr 2026 13:56:14 +0000 (15:56 +0200)
commit301c969bc9df155c55123997defc7b951692eb25
tree228f93ffd98cc20c303d8db39cbc019fa28ac794
parentf30b831400c7da6bc018114d596889b49af9f3d0
cephadm: stop start cluster

Automates the procedure to shutdown and bring up an entire Ceph cluster
with one single command.

- cephadm cluster-{shutdown,start,status}

Fixes: https://tracker.ceph.com/issues/74581
Resolves: ISCE-2109

Signed-off-by: Teoman ONAY <tonay@ibm.com>
doc/cephadm/operations.rst
src/cephadm/cephadm.py
src/cephadm/cephadmlib/cluster_ops.py [new file with mode: 0644]
src/cephadm/cephadmlib/constants.py
src/cephadm/tests/test_cluster_ops.py [new file with mode: 0644]