Hi, I have a setup that mount --bind to activate/deactivate a glusterfs mount point in a production environment. However, I have this error still today : srv-07:/opt/prod/easy/cache# mount /dev/sda1 on / type ext3 (rw,errors=remount-ro) tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) procbususb on /proc/bus/usb type usbfs (rw) udev on /dev type tmpfs (rw,mode=0755) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620) fusectl on /sys/fs/fuse/connections type fusectl (rw) /dev/sda7 on /data type ext3 (rw,nosuid,nodev,noatime) /dev/sda5 on /tmp type ext3 (rw,nosuid,nodev) /dev/sda3 on /usr type ext3 (rw,nodev) /dev/sda6 on /var type ext3 (rw,nosuid,nodev) filer-vip.local:/data/media on /data/filer/media type nfs (rw,noatime,addr=10.0.6.250) filer-vip.local:/data/video on /data/filer/video type nfs (rw,noatime,addr=10.0.6.250) filer-vip.local:/data/data on /data/filer/data type nfs (rw,noatime,addr=10.0.6.250) filer-vip.local:/data/thumb on /data/filer/thumb type nfs (rw,noatime,addr=10.0.6.250) /var/local/gluster/medium/cache/v4_biz on /opt/prod/biz/cache type bind (rw,bind,_netdev) /etc/glusterfs/glusterfs.vol on /var/local/gluster/small type fuse.glusterfs (rw,max_read=131072,allow_other,default_permissions) /etc/glusterfs/glusterfs.vol on /var/local/gluster/medium type fuse.glusterfs (rw,max_read=131072,allow_other,default_permissions) /var/local/gluster/medium/cache/v4_easy on /opt/prod/easy/cache type bind (rw,bind,_netdev) /var/local/gluster/medium/cache/v4_www_easyflirt_com on /opt/prod/www.easyflirt.com/cache type bind (rw,bind,_netdev) srv-07:/opt/prod/easy/cache# ls /opt/prod/biz/cache ls: cannot access /opt/prod/biz/cache: Transport endpoint is not connected srv-07:/opt/prod/easy/cache# ls /var/local/gluster/medium/cache/v4_biz cache_0 cache_1 cache_2 cache_3 cache_4 cache_5 cache_6 cache_7 cache_8 cache_9 cache_a cache_b cache_c cache_d cache_e cache_f WTH ? -- Greg