Advertisement
Guest User

Untitled

a guest
Oct 29th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. [root@hc1 gluster_mnt]# gluster volume info
  2.  
  3. Volume Name: gv0
  4. Type: Striped-Replicate
  5. Volume ID: 99d0dd58-2976-4b0a-b831-421a77fd4e76
  6. Status: Started
  7. Number of Bricks: 1 x 3 x 2 = 6
  8. Transport-type: tcp
  9. Bricks:
  10. Brick1: hc1:/export/brick0
  11. Brick2: hc2:/export/brick0
  12. Brick3: hc3:/export/brick0
  13. Brick4: hc4:/export/brick0
  14. Brick5: hc5:/export/brick0
  15. Brick6: hc6:/export/brick0
  16.  
  17.  
  18.  
  19. but when I try and write to it via the client mount:
  20.  
  21.  
  22. [2012-10-29 10:44:06.000876] E [stripe-helpers.c:268:stripe_ctx_handle] 0-gv0-stripe-0: Failed to get stripe-size
  23. [2012-10-29 10:44:07.707347] W [fuse-bridge.c:2025:fuse_writev_cbk] 0-glusterfs-fuse: 114: WRITE => -1 (Invalid argument)
  24. [2012-10-29 10:44:12.090612] I [dict.c:317:dict_get] (-->/usr/lib64/glusterfs/3.3.1/xlator/cluster/replicate.so(afr_create_unwind+0x13c) [0x7fb99dfccbbc] (-->/usr/lib64/glusterfs/3.3.1/xlator/cluster/stripe.so(stripe_create_cbk+0x60b) [0x7fb99ddb077b] (-->/usr/lib64/glusterfs/3.3.1/xlator/cluster/stripe.so(stripe_ctx_handle+0x90) [0x7fb99ddb5070]))) 0-dict: !this || key=trusted.gv0-stripe-0.stripe-size
  25. [2012-10-29 10:44:12.090680] E [stripe-helpers.c:268:stripe_ctx_handle] 0-gv0-stripe-0: Failed to get stripe-size
  26. [2012-10-29 10:44:12.090876] I [dict.c:317:dict_get] (-->/usr/lib64/glusterfs/3.3.1/xlator/cluster/replicate.so(afr_create_unwind+0x13c) [0x7fb99dfccbbc] (-->/usr/lib64/glusterfs/3.3.1/xlator/cluster/stripe.so(stripe_create_cbk+0x60b) [0x7fb99ddb077b] (-->/usr/lib64/glusterfs/3.3.1/xlator/cluster/stripe.so(stripe_ctx_handle+0x90) [0x7fb99ddb5070]))) 0-dict: !this || key=trusted.gv0-stripe-0.stripe-size
  27. [2012-10-29 10:44:12.090906] E [stripe-helpers.c:268:stripe_ctx_handle] 0-gv0-stripe-0: Failed to get stripe-size
  28. [2012-10-29 10:44:12.106150] W [fuse-bridge.c:968:fuse_err_cbk] 0-glusterfs-fuse: 122: FSYNC() ERR => -1 (Invalid argument)
  29. [2012-10-29 10:44:16.111893] W [fuse-bridge.c:2025:fuse_writev_cbk] 0-glusterfs-fuse: 130: WRITE => -1 (Invalid argument)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement