Advertisement
Guest User

Untitled

a guest
Aug 20th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ceph@ceph-test:~/my-cluster$ ceph osd pool delete cephfs_data
  2. Error EPERM: WARNING: this will *PERMANENTLY DESTROY* all data stored in pool cephfs_data. If you are *ABSOLUTELY CERTAIN* that is what you want, pass the pool name *twice*, followed by --yes-i-really-really-mean-it.
  3. ceph@ceph-test:~/my-cluster$ ceph osd pool delete cephfs_data cephfs_data --yes-i-really-mean-it
  4. --yes-i-really-mean-it not valid: --yes-i-really-mean-it not in --yes-i-really-really-mean-it
  5. Invalid command: unused arguments: ['--yes-i-really-mean-it']
  6. osd pool delete <poolname> {<poolname>} {--yes-i-really-really-mean-it} : delete pool
  7. Error EINVAL: invalid command
  8. ceph@ceph-test:~/my-cluster$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement