Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. [2011-02-12 18:15:41.747812] W [dict.c:1205:data_to_str] dict: @data=(nil)
  2. [2011-02-12 18:15:41.747869] W [dict.c:1205:data_to_str] dict: @data=(nil)
  3. [2011-02-12 18:15:41.751812] W [graph.c:120:_log_if_option_is_invalid] client: option 'transport.socket.nodelay' is not recognized
  4. Given volfile:
  5. +------------------------------------------------------------------------------+
  6. 1: volume client
  7. 2: type protocol/client
  8. 3: option transport-type tcp
  9. 4: option transport.socket.nodelay on
  10. 5: option remote-host 192.168.1.2
  11. 6: option remote-subvolume /data
  12. 7: end-volume
  13. 8:
  14. 9: volume quickread
  15. 10: type performance/quick-read
  16. 11: option cache-timeout 1
  17. 12: option max-file-size 64KB
  18. 13: subvolumes client
  19. 14: end-volume
  20. 15:
  21. 16: volume iothreads
  22. 17: type performance/io-threads
  23. 18: option thread-count 64
  24. 19: subvolumes quickread
  25. 20: end-volume
  26. 21:
  27. 22: volume iocache
  28. 23: type performance/io-cache
  29. 24: option cache-size 512MB
  30. 25: option cache-timeout 60
  31. 26: subvolumes iothreads
  32. 27: end-volume
  33. 28:
  34. 29: volume statprefetch
  35. 30: type performance/stat-prefetch
  36. 31: subvolumes iocache
  37. 32: end-volume
  38. 33:
  39.  
  40. +------------------------------------------------------------------------------+
  41. [2011-02-12 18:15:44.757006] I [client-handshake.c:1005:select_server_supported_programs] client: Using Program GlusterFS-3.1.0, Num (1298437), Version (310)
  42. [2011-02-12 18:15:44.757496] I [client-handshake.c:841:client_setvolume_cbk] client: Connected to 192.168.1.2:24012, attached to remote volume '/data'.
  43. [2011-02-12 18:15:44.770583] I [fuse-bridge.c:2821:fuse_init] glusterfs-fuse: FUSE inited with protocol versions: glusterfs 7.13 kernel 7.9
  44. [2011-02-12 18:16:32.509645] C [inode.c:220:__is_dentry_cyclic] statprefetch/inode: detected cyclic loop formation during inode linkage. inode (1/00000000-0000-0000-0000-000000000001) linking under itself as DISK1
  45. [2011-02-12 18:16:32.510221] C [inode.c:220:__is_dentry_cyclic] statprefetch/inode: detected cyclic loop formation during inode linkage. inode (1/00000000-0000-0000-0000-000000000001) linking under itself as DISK2
  46. [2011-02-12 18:16:37.153497] C [inode.c:220:__is_dentry_cyclic] statprefetch/inode: detected cyclic loop formation during inode linkage. inode (1/00000000-0000-0000-0000-000000000001) linking under itself as DISK1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement