ceph@mgmt:~/cephcluster$ ceph osd pool create chonnom 1024
pool 'chonnom' created
ceph@mgmt:~/cephcluster$ ceph osd pool stats
pool rbd id 0
  nothing is going on
pool data01 id 1
  nothing is going on
pool client07 id 2
  nothing is going on
pool chonnom id 3
  nothing is going on
¡Ø »èÁ¦¹æ¹ý
osd pool delete <poolname> {<poolname>}  delete pool {--yes-i-really-really-mean-it}         
ceph@mgmt:~/cephcluster$ ceph osd pool delete chonnom chonnom --yes-i-really-really-mean-it
pool 'chonnom' removed
ceph@mgmt:~/cephcluster$ ceph osd pool stats
pool rbd id 0
  nothing is going on
pool data01 id 1
  nothing is going on
pool client07 id 2
  nothing is going on