gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] Duplicate Symlinks in ls


From: Erik Osterman
Subject: Re: [Gluster-devel] Duplicate Symlinks in ls
Date: Fri, 04 May 2007 01:01:44 -0700
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

### Server

volume ourcompany
 type storage/posix
 option directory /home/glusterfs/ourcompany.com
end-volume

volume server
 type protocol/server
 subvolumes ourcompany
 option transport-type tcp/server
 option bind-address 0.0.0.0
 option listen-port 6996
 option client-volume-filename /etc/glusterfs/ourcompany-client.vol
 option auth.ip.ourcompany.allow *
end-volume

### Client
volume ip0
 type protocol/client
 option transport-type tcp/client
 option remote-host 1.2.3.23
 option remote-port 6996
 option remote-subvolume ourcompany
end-volume

volume ip1
 type protocol/client
 option transport-type tcp/client
 option remote-host 1.2.3.24
 option remote-port 6996
 option remote-subvolume ourcompany
end-volume

volume ip2
 type protocol/client
 option transport-type tcp/client
 option remote-host 1.2.3.25
 option remote-port 6996
 option remote-subvolume ourcompany
end-volume

volume ip3
 type protocol/client
 option transport-type tcp/client
 option remote-host 1.2.3.26
 option remote-port 6996
 option remote-subvolume ourcompany
end-volume

volume afr1
 type cluster/afr
 subvolumes ip0 ip1
 option replicate *:2                 # All files 2 copies (RAID-1)
end-volume

volume afr2
 type cluster/afr
 subvolumes ip2 ip3
 option replicate *:2                 # All files 2 copies (RAID-1)
end-volume

volume ip
 type cluster/unify
 subvolumes afr1 afr2
 option scheduler rr
 option rr.limits.min-free-disk 2GB
end-volume



Anand Avati wrote:
can you please post your client and server spec file too?

avati

On 5/4/07, Erik Osterman <address@hidden> wrote:
We are running the latest TLA as of around May 2, 3pm.

lrwxrwxrwx  1 daemon      ourproduct   12 2007-04-30 13:43 shared ->
/mnt/shared/
lrwxrwxrwx  1 daemon      ourproduct   12 2007-04-30 13:43 shared ->
/mnt/shared/
lrwxrwxrwx 1 ourproduct ourproduct 1 2007-04-30 13:43 ourproduct -> . lrwxrwxrwx 1 ourproduct ourproduct 1 2007-04-30 13:43 ourproduct -> .
drwx------  2 ourproduct  ourproduct 4096 2006-10-24 23:24 .ssh
drwxr-xr-x  3 ourproduct  ourproduct 4096 2006-05-17 02:39 .subversion
lrwxrwxrwx 1 bin ourproduct 8 2007-04-30 13:43 trunk -> 1.0.0037 lrwxrwxrwx 1 bin ourproduct 8 2007-04-30 13:43 trunk -> 1.0.0037


It's not causing any problems for us, just through I'd bring it up.


Erik Osterman


_______________________________________________
Gluster-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/gluster-devel









reply via email to

[Prev in Thread] Current Thread [Next in Thread]