Forrest logo
back to context overview

ceph

List of commands for ceph:

  • ceph:tldr:37bf8 ceph: Self-repair pool storage.
    $ ceph pg repair ${pool_name}
    try on your machine
    explain this command
  • ceph:tldr:50caa ceph: Delete a storage pool.
    $ ceph osd pool delete ${pool_name}
    try on your machine
    explain this command
  • ceph:tldr:710d6 ceph: Create a storage pool.
    $ ceph osd pool create ${pool_name} ${page_number}
    try on your machine
    explain this command
  • ceph:tldr:d650b ceph: Check cluster health status.
    $ ceph status
    try on your machine
    explain this command
  • ceph:tldr:eb1d9 ceph: Get the statistics for the placement groups in a cluster.
    $ ceph pg dump --format ${plain}
    try on your machine
    explain this command
  • ceph:tldr:f50b2 ceph: Check cluster usage stats.
    $ ceph df
    try on your machine
    explain this command
  • ceph:tldr:f7c79 ceph: Rename a storage pool.
    $ ceph osd pool rename ${current_name} ${new_name}
    try on your machine
    explain this command
back to context overview