Advertisement
lifeboy

ceph gatherkeys

Oct 8th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.39 KB | None | 0 0
  1. After creating temp and and running "ceph gatherkeys s3"
  2. ceph@h1:~/temp$ ls -la
  3. total 28
  4. drwxrwxr-x 2 ceph ceph 4096 Oct  8 14:46 .
  5. drwxr-xr-x 6 ceph ceph 4096 Oct  8 14:45 ..
  6. -rw-rw-r-- 1 ceph ceph   71 Oct  8 14:46 ceph.bootstrap-mds.keyring
  7. -rw-rw-r-- 1 ceph ceph   71 Oct  8 14:46 ceph.bootstrap-osd.keyring
  8. -rw-rw-r-- 1 ceph ceph   63 Oct  8 14:46 ceph.client.admin.keyring
  9. -rw-rw-r-- 1 ceph ceph 1636 Oct  8 14:46 ceph.log
  10. -rw-rw-r-- 1 ceph ceph   77 Oct  8 14:46 ceph.mon.keyring
  11.  
  12. ceph@h1:~/temp$ ls -la /etc/ceph/
  13. total 20
  14. drwxr-xr-x  2 root root 4096 Oct  8 14:20 .
  15. drwxr-xr-x 91 root root 4096 Oct  7 14:02 ..
  16. -rw-r--r--  1 root root   63 Oct  8 11:43 ceph.client.admin.keyring
  17. -rw-r--r--  1 root root  322 Oct  8 14:20 ceph.conf
  18. -rw-r--r--  1 root root   92 Oct  1 19:17 rbdmap
  19.  
  20. This is my original installation directory:
  21.  
  22. ceph@h1:~/temp$ ls -la ~/abenet-cluster/
  23. total 136
  24. drwxrwxr-x 2 ceph ceph  4096 Oct  8 11:31 .
  25. drwxr-xr-x 6 ceph ceph  4096 Oct  8 14:45 ..
  26. -rw-rw-r-- 1 ceph ceph    71 Oct  6 14:30 ceph.bootstrap-mds.keyring
  27. -rw-rw-r-- 1 ceph ceph    71 Oct  6 14:30 ceph.bootstrap-osd.keyring
  28. -rw-rw-r-- 1 ceph ceph    63 Oct  6 14:30 ceph.client.admin.keyring
  29. -rw-rw-r-- 1 ceph ceph   226 Oct  8 11:31 ceph.conf
  30. -rw-rw-r-- 1 ceph ceph 98370 Oct  8 11:43 ceph.log
  31. -rw-rw-r-- 1 ceph ceph    73 Oct  8 11:31 ceph.mon.keyring
  32. -rw-r--r-- 1 root root  1752 Oct  6 14:29 release.asc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement