[Bugs] [Bug 1176011] Client sees duplicated files

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 30 06:30:39 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1176011



--- Comment #11 from jmmartirez at gmail.com ---
(In reply to Nithya Balachandran from comment #10)
> (In reply to jmmartirez from comment #9)
> > (In reply to Nithya Balachandran from comment #8)
> > > Hi,
> > > So does that mean that the bricks( gluster01:/glu1, gluster02:/glu2 etc) are
> > > using the UFS filesystem? 
> > > 
> > > 
> > > Thanks,
> > > Nithya
> > 
> > Hi, 
> > 
> > Yes it does. UFS is the filesystem of my bricks. 
> > 
> > I feel like that I should also mention this. 
> > 
> > To mount the gluster I used this command:
> > 
> > glusterfs --log-file=/var/log/glusterfs/mnt-dr --log-level=INFO
> > --volfile-id=dr --volfile-server=<volume ip> /mnt/fuse/
> > 
> > You need to load the fuse by using "kldload fuse" to mount the system.
> > 
> > Thanks,
> > Jan
> 
> Sorry for asking so many questions - I have never worked on FreeBSD before.
> How do I install gluster on FreeBSD - I am unable to build gluster directly
> on the system.

Hi,

You should update your port by using the following command
(https://www.freebsd.org/doc/handbook/ports-using.html)
1. # portsnap fetch
2. # portsnap extract
3. # portsnap fetch
4. # portsnap update

these should update the "port/installer" inside your system.

Then you can install it by running this command: 

# cd /usr/ports/net/glusterfs && make install

It should compile and install the port. 

Thanks,
Jan

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=EZODPJhI7L&a=cc_unsubscribe


More information about the Bugs mailing list