GlusterFS write issue

Discussion in 'HOWTO-Related Questions' started by mc2mac, Dec 1, 2009.

  1. mc2mac

    mc2mac New Member

    Hi,

    I am following excellent tutorial re High-Availability Storage With GlusterFS On Debian Lenny

    it works great, I can touch files and they replicate, syncs off line servers and so on...

    so, operations like:

    touch /mnt/glusterfs/test3
    touch /mnt/glusterfs/test4
    rm -f /mnt/glusterfs/test2

    no problem.

    but I can't actually move, copy or rsync any files to /mnt/glusterfs/

    this is what I get:

    mc2mac@Client1:/mnt/glusterfs$ cp /tmp/file1.tar.gz /mnt/glusterfs/
    cp: writing `/mnt/glusterfs/file1.tar.gz': Transport endpoint is not connected
    cp: closing `/mnt/glusterfs/file1.tar.gz': Transport endpoint is not connected

    it's makes the whole setup ubusable. I need to run

    /etc/init.d/glusterfsd restart

    on each of the data servers to get it back up and running.

    I am using Ubuntu 9.10 32 bit server edition all on Virtual Boxes instances.

    Would really appreciate some pointers, as I need to deploy it soon...


    Mc2Mac
     
    Last edited: Dec 1, 2009
  2. mc2mac

    mc2mac New Member

    solved (?)

    I have reinstalled everything using the exact versions used in the tutorial and it works.

    Foolishly tought that there is not much difference between glusterfs 2.0.1 and 2.07

    thanx for great tutorial
     

Share This Page