I've not seen this error before:
MOUNT-POINT /home initialization failedexiting
This is all that shows up in the log:
================================================================================
Version : glusterfs 2.0.2 built on Jun 2 2009 10:45:47
TLA Revision : 07019da2e16534d527215a91904298ede09bb798
Starting Time: 2009-07-01 05:02:05
Command line : /usr/sbin/glusterfs --log-level=NORMAL
--volfile=/etc/glusterfs/home.vol /home
PID : 5804
System name : Linux
Nodename : zeus
Kernel Release : 2.6.18-128.1.14.el5
Hardware Identifier: x86_64
Given volfile:
+------------------------------------------------------------------------------+
1: volume home2
2: type protocol/client
3: option transport-type socket
4: option transport.address-family inet
5: option remote-host 10.2.0.10
6: option remote-port 6997
7: option remote-subvolume home2
8: end-volume
9:
10: volume home-store
11: type storage/posix
12: option directory /gluster/home
13: end-volume
14:
15: volume home1
16: type features/posix-locks
17: subvolumes home-store
18: end-volume
19:
20: volume server
21: type protocol/server
22: option transport-type socket
23: option transport.address-family inet
24: option transport.socket.listen-port 6997
25: subvolumes home1
26: option auth.addr.home1.allow 127.0.0.1,10.2.*
27: end-volume
28:
29: volume home
30: type cluster/replicate
31: subvolumes home1 home2
32: option read-subvolume home1
33: option favorite-child home2
34: end-volume
35:
+------------------------------------------------------------------------------+
[2009-07-01 05:02:05] E [glusterfsd.c:223:_add_fuse_mount] glusterfs:
MOUNT-POINT /home initialization failed
[2009-07-01 05:02:05] E [glusterfsd.c:1153:main] glusterfs: exiting
Where should I be looking for possible causes of this issue? I'm trying
to add a new server into the cluster, and it refuses to mount. What did
I miss?
Thanks.
Gordan