Jeffrey Brewster
2014-Jan-14 18:47 UTC
[Gluster-users] Unable to mount gfs gv0 volume Enterprise Linux Enterprise Linux Server release 5.6 (Carthage)
Hi all,> >I have been following the quick start guide as part of? a POC. I created a 10GB brick to be mounted. I'm unable to mount the volume. I don't see any thing in the logs. has anyone had the same issues? I was thinking I need to install gluster-client but I don't see in the latest release rpms. > >Data: >==========> >OS Version: >------------ > >Description:??? Enterprise Linux Enterprise Linux Server release 5.6 (Carthage > > >Installed packages on both servers >------------ > ># rpm -qa | grep gluster | cat -n >???? 1? glusterfs-libs-3.4.2-1.el5 >???? 2? glusterfs-3.4.2-1.el5 >???? 3? glusterfs-cli-3.4.2-1.el5 >???? 4? glusterfs-geo-replication-3.4.2-1.el5 >???? 5? glusterfs-fuse-3.4.2-1.el5 >???? 6? glusterfs-server-3.4.2-1.el5 > > >gluster peer probe successful: >----------- >peer probe: success: host gcvs0139 port 24007 already in peer list > >Gluster info: >--------- >?gluster volume info | cat -n >???? 1?? >???? 2? Volume Name: gv0 >???? 3? Type: Replicate >???? 4? Volume ID: 30a27041-ba1b-456f-b0bc-d8cdd2376c2f >???? 5? Status: Started >???? 6? Number of Bricks: 1 x 2 = 2 >???? 7? Transport-type: tcp >???? 8? Bricks: >???? 9? Brick1: gcvs0139:/data/gv0/brick1/app >??? 10? Brick2: gcvs4056:/data/gv0/brick1/app > > >Mount Failure: >---------- > > >[root at gcvs4056 jbrewster]#? mount -t glusterfs gcvs4056:/gv0 /mnt >Mount failed. Please check the log file for more details. > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20140114/10b2cf54/attachment.html>
Vijay Bellur
2014-Jan-14 19:06 UTC
[Gluster-users] Unable to mount gfs gv0 volume Enterprise Linux Enterprise Linux Server release 5.6 (Carthage)
On 01/15/2014 12:17 AM, Jeffrey Brewster wrote:>> Hi all, >> >> I have been following the quick start guide as part of a POC. I >> created a 10GB brick to be mounted. I'm unable to mount the volume. I >> don't see any thing in the logs. has anyone had the same issues? I was >> thinking I need to install gluster-client but I don't see in the >> latest release rpms. >> >> Data: >> ==========>> >> OS Version: >> ------------ >> >> Description: Enterprise Linux Enterprise Linux Server release 5.6 >> (Carthage >> >> >> Installed packages on both servers >> ------------ >> >> # rpm -qa | grep gluster | cat -n >> 1 glusterfs-libs-3.4.2-1.el5 >> 2 glusterfs-3.4.2-1.el5 >> 3 glusterfs-cli-3.4.2-1.el5 >> 4 glusterfs-geo-replication-3.4.2-1.el5 >> 5 glusterfs-fuse-3.4.2-1.el5 >> 6 glusterfs-server-3.4.2-1.el5 >> >> >> gluster peer probe successful: >> ----------- >> peer probe: success: host gcvs0139 port 24007 already in peer list >> >> Gluster info: >> --------- >> gluster volume info | cat -n >> 1 >> 2 Volume Name: gv0 >> 3 Type: Replicate >> 4 Volume ID: 30a27041-ba1b-456f-b0bc-d8cdd2376c2f >> 5 Status: Started >> 6 Number of Bricks: 1 x 2 = 2 >> 7 Transport-type: tcp >> 8 Bricks: >> 9 Brick1: gcvs0139:/data/gv0/brick1/app >> 10 Brick2: gcvs4056:/data/gv0/brick1/app >> >> >> Mount Failure: >> ---------- >> >> >> [root at gcvs4056 jbrewster]# mount -t glusterfs gcvs4056:/gv0 /mnt >> Mount failed. Please check the log file for more details. >>Have you checked the log file located at /var/log/glusterfs for more details? EL 5.x releases probably require "modprobe fuse" to be performed for the gluster native mount to be successful. -Vijay
Ben Turner
2014-Jan-14 20:22 UTC
[Gluster-users] Unable to mount gfs gv0 volume Enterprise Linux Enterprise Linux Server release 5.6 (Carthage)
----- Original Message -----> From: "Jeffrey Brewster" <jab2805 at yahoo.com> > To: gluster-users at gluster.org > Sent: Tuesday, January 14, 2014 1:47:55 PM > Subject: [Gluster-users] Unable to mount gfs gv0 volume Enterprise Linux Enterprise Linux Server release 5.6 > (Carthage) > > > > Hi all, > > I have been following the quick start guide as part of a POC. I created a > 10GB brick to be mounted. I'm unable to mount the volume. I don't see any > thing in the logs. has anyone had the same issues? I was thinking I need to > install gluster-client but I don't see in the latest release rpms. > > Data: > ==========> > OS Version: > ------------ > > Description: Enterprise Linux Enterprise Linux Server release 5.6 (Carthage > > > Installed packages on both servers > ------------ > > # rpm -qa | grep gluster | cat -n > 1 glusterfs-libs-3.4.2-1.el5 > 2 glusterfs-3.4.2-1.el5 > 3 glusterfs-cli-3.4.2-1.el5 > 4 glusterfs-geo-replication-3.4.2-1.el5 > 5 glusterfs-fuse-3.4.2-1.el5 > 6 glusterfs-server-3.4.2-1.el5 > > > gluster peer probe successful: > ----------- > peer probe: success: host gcvs0139 port 24007 already in peer list > > Gluster info: > --------- > gluster volume info | cat -n > 1 > 2 Volume Name: gv0 > 3 Type: Replicate > 4 Volume ID: 30a27041-ba1b-456f-b0bc-d8cdd2376c2f > 5 Status: Started > 6 Number of Bricks: 1 x 2 = 2 > 7 Transport-type: tcp > 8 Bricks: > 9 Brick1: gcvs0139:/data/gv0/brick1/app > 10 Brick2: gcvs4056:/data/gv0/brick1/app > > > Mount Failure: > ---------- > > > [root at gcvs4056 jbrewster]# mount -t glusterfs gcvs4056:/gv0 /mnt > Mount failed. Please check the log file for more details. >I bet you need to modprobe the fuse module, in el5 its not loaded by default. -b> > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://supercolony.gluster.org/mailman/listinfo/gluster-users