
ceph
List of commands for ceph:
-
ceph:tldr:37bf8 ceph: Self-repair pool storage.$ ceph pg repair ${pool_name}try on your machineexplain this command
-
ceph:tldr:50caa ceph: Delete a storage pool.$ ceph osd pool delete ${pool_name}try on your machineexplain this command
-
ceph:tldr:710d6 ceph: Create a storage pool.$ ceph osd pool create ${pool_name} ${page_number}try on your machineexplain this command
-
ceph:tldr:d650b ceph: Check cluster health status.$ ceph statustry on your machineexplain this command
-
ceph:tldr:eb1d9 ceph: Get the statistics for the placement groups in a cluster.$ ceph pg dump --format ${plain}try on your machineexplain this command
-
ceph:tldr:f7c79 ceph: Rename a storage pool.$ ceph osd pool rename ${current_name} ${new_name}try on your machineexplain this command