Advertisement
s3an2

Untitled

Aug 31st, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. root@ceph-mon1:~# for i in 2 3 4 ; do ssh ceph-osd$i getfattr /var/lib/ceph/osd/ceph-*/current/5.62_head/DIR_2/DIR_6/DIR_0/DIR_2/100008ad802.00000000__head_80CA2062__5 ; done
  2. # file: var/lib/ceph/osd/ceph-6/current/5.62_head/DIR_2/DIR_6/DIR_0/DIR_2/100008ad802.00000000__head_80CA2062__5
  3. user.ceph._
  4. user.ceph._@1
  5. user.ceph._layout
  6. user.ceph._parent
  7. user.ceph.snapset
  8. user.cephos.seq
  9. user.cephos.spill_out
  10.  
  11. getfattr: Removing leading '/' from absolute path names
  12. # file: var/lib/ceph/osd/ceph-17/current/5.62_head/DIR_2/DIR_6/DIR_0/DIR_2/100008ad802.00000000__head_80CA2062__5
  13. user.ceph._
  14. user.ceph._@1
  15. user.ceph._layout
  16. user.ceph._parent
  17. user.ceph.snapset
  18. user.cephos.spill_out
  19.  
  20. getfattr: Removing leading '/' from absolute path names
  21. # file: var/lib/ceph/osd/ceph-28/current/5.62_head/DIR_2/DIR_6/DIR_0/DIR_2/100008ad802.00000000__head_80CA2062__5
  22. user.ceph._
  23. user.ceph._@1
  24. user.ceph._layout
  25. user.ceph._parent
  26. user.ceph.snapset
  27. user.cephos.seq
  28. user.cephos.spill_out
  29.  
  30. getfattr: Removing leading '/' from absolute path names
  31. root@ceph-mon1:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement