Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2011
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [root@scale-192-168-98-110 ~]# time touch /scale/ok4
  2.  
  3. real 0m0.298s
  4. user 0m0.001s
  5. sys 0m0.046s
  6. [root@scale-192-168-98-110 ~]# time touch /scale/ok44
  7.  
  8. real 0m0.266s
  9. user 0m0.001s
  10. sys 0m0.079s
  11. [root@scale-192-168-98-110 ~]# time touch /scale/ok444
  12.  
  13. real 0m0.315s
  14. user 0m0.000s
  15. sys 0m0.048s
  16. [root@scale-192-168-98-110 ~]# time touch /scale/ok4444
  17.  
  18. real 0m0.314s
  19. user 0m0.000s
  20. sys 0m0.109s
  21. [root@scale-192-168-98-110 ~]# mount | grep ceph
  22. /dev/md2 on /cephlogs type ext3 (rw)
  23. 192.168.98.110:/ on /scale type ceph (0)
  24. [root@scale-192-168-98-110 ~]# umount /scale
  25. [root@scale-192-168-98-110 ~]# !cfuse
  26. cfuse -m 192.168.98.110:6789 /scale
  27. ** WARNING: Ceph is still under development. Any feedback can be directed **
  28. ** at ceph-devel@vger.kernel.org or http://ceph.newdream.net/. **
  29. cfuse[24059]: starting ceph client
  30. cfuse[24059]: starting fuse
  31. [root@scale-192-168-98-110 ~]# touch /scale/ok44444
  32. [root@scale-192-168-98-110 ~]# time touch /scale/ok444444
  33.  
  34. real 0m0.003s
  35. user 0m0.001s
  36. sys 0m0.000s
  37. [root@scale-192-168-98-110 ~]# time touch /scale/ok4444444
  38.  
  39. real 0m0.023s
  40. user 0m0.001s
  41. sys 0m0.000s
  42. [root@scale-192-168-98-110 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement