Transport endpoint is not connected error
If you have implemented GlusterFS and at some point you encounter the error below when trying to mount a missing mount point, you can solve it using the steps below.
ERROR: Mount point does not exist
Please specify a mount point
Usage:
man 8 /sbin/mount.glusterfs
Solution
# umount /mountpoint
# fusermount -uz /mountpoint
# mount /mountpoint
NOTE: The above commands worked for me. If they do not work for you then you need to analyze your logs and discover the itch.
This saved me!!