Bug 762673 (GLUSTER-941) - mount -t gluster 192.168.0.61:store1 /mountpoint does not assume TCP
Summary: mount -t gluster 192.168.0.61:store1 /mountpoint does not assume TCP
Keywords:
Status: CLOSED WORKSFORME
Alias: GLUSTER-941
Product: GlusterFS
Classification: Community
Component: protocol
Version: 3.0.4
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: shishir gowda
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-24 00:41 UTC by Allen Lu
Modified: 2015-12-01 16:45 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

Description Allen Lu 2010-05-24 00:41:52 UTC
On ubuntu 9.10, i am unable to mount without specifying protocol. This may be local to this build. I believe the transport, if omitted, should be default to tcp?

servers are GSP 304.



root@XPS:/usr/local/lib# mount -t glusterfs 192.168.0.61:store1 /gluster
error while getting volume file from server 192.168.0.61
Try `/usr/local/sbin/glusterfs --help' or `/usr/local/sbin/glusterfs --usage'
for more information.


root@XPS:/usr/local/lib# mount -t glusterfs 192.168.0.61:store1-tcp /gluster

root@XPS:/usr/local/lib# df -k
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda1            301725968   3321784 283077376   2% /
udev                   1029760       284   1029476   1% /dev
none                   1029760      1128   1028632   1% /dev/shm
none                   1029760       208   1029552   1% /var/run
none                   1029760         0   1029760   0% /var/lock
none                   1029760         0   1029760   0% /lib/init/rw
/dev/sdb             240365240    191636 227963676   1% /disk2
192.168.0.61         825698816 428630144 355125632  55% /gluster


Note You need to log in before you can comment on or make changes to this bug.