[Bugs] [Bug 1314202] New: An operation will make "Transport endpoint is not connected" error.

bugzilla at redhat.com bugzilla at redhat.com
Thu Mar 3 08:25:30 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1314202

            Bug ID: 1314202
           Summary: An operation will make "Transport endpoint is not
                    connected" error.
           Product: GlusterFS
           Version: 3.7.8
         Component: fuse
          Assignee: bugs at gluster.org
          Reporter: vori003 at gmail.com
                CC: bugs at gluster.org



Description of problem:

An operation series always make an error: Transport endpoint is not connected

Version-Release number of selected component (if applicable):

How reproducible:

always

Steps to Reproduce:

[misc. our server settings]
node: node0, node1, node2, node4
vol: stripe 2 replica 2

1. mount the same vol in two node., e.g., /mnt/glsvol
2. cd into the mounted volume in the both nodes, e.g, cd /mnt/glsvol
3.run "while [ 1 ]; do echo "a" > b; mv b a; done" in a node. 
4.run "while [ 1 ]; do cat a; done " in the another node.

Actual results:
cat: a:  "Transport endpoint is not connected"
cat: a:  "Transport endpoint is not connected"
....

And the mounted volume will be disabled.
It come back with
1. umount /mnt/glsvol
2. mount /mnt/glsvol

Expected results:
a
a
... 

Additional info:

Reproducibility: 100%

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list