Advertisement
Guest User

Untitled

a guest
Jun 27th, 2011
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. [root@scale-192-168-98-109 ~]# rbd ls
  2. foobar1
  3. foobar11
  4. foobar12
  5. foobara
  6. [root@scale-192-168-98-109 ~]# rbd snap ls foobar1
  7. [root@scale-192-168-98-109 ~]# rbd snap create --snap=snap1 foobar1
  8. *** Caught signal (Segmentation fault) **
  9. in thread 0x7f8652f40720
  10. ceph version 0.24.2-2395-g8385500 (commit:83855002553932cb25da648d7728e5cf3cee364a)
  11. 1: (()+0x145929) [0x7f8652897929]
  12. 2: (()+0xf4c0) [0x7f86525444c0]
  13. 3: (ceph::buffer::ptr::unused_tail_length() const+0) [0x7f86528933e0]
  14. 4: (ceph::buffer::list::append(char const*, unsigned int)+0xef) [0x7f8652b2cc6f]
  15. 5: (librbd::add_snap(librbd::ImageCtx*, char const*)+0xc0) [0x7f8652b22260]
  16. 6: (librbd::snap_create(librbd::ImageCtx*, char const*)+0xc4) [0x7f8652b271c4]
  17. 7: (main()+0x164a) [0x40828a]
  18. 8: (__libc_start_main()+0xfd) [0x7f8651ab5c5d]
  19. 9: rbd() [0x404489]
  20. Segmentation fault
  21. [root@scale-192-168-98-109 ~]#
  22. [root@scale-192-168-98-109 ~]# rbd info foobar1
  23. rbd image 'foobar1':
  24. size 1024 MB in 256 objects
  25. order 22 (4096 KB objects)
  26. block_name_prefix: rb.0.1
  27. parent: (pool -1)
  28. [root@scale-192-168-98-109 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement