[Bugs] [Bug 1194380] New: "mount error(6): No such device or address " when mounting gluster volume as samba-share

bugzilla at redhat.com bugzilla at redhat.com
Thu Feb 19 17:02:25 UTC 2015


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

            Bug ID: 1194380
           Summary: "mount error(6): No such device or address " when
                    mounting gluster volume as samba-share
           Product: GlusterFS
           Version: 3.6.2
         Component: gluster-smb
          Assignee: bugs at gluster.org
          Reporter: maurof at prisma-eng.com
                CC: bugs at gluster.org, gluster-bugs at redhat.com



Description of problem:
S20 S21  storage-gluster nodes with CTDB

volume named "SAMBA" active


Volume Name: SAMBA
Type: Distributed-Replicate
Volume ID: a1e83f05-b63c-4c28-af92-8c505b113233
Status: Started
Number of Bricks: 2 x 2 = 4
Transport-type: tcp
Bricks:
Brick1: s20gfs.ovirt.prisma:/gluster/VOL_SAMBA/b1
Brick2: s21gfs.ovirt.prisma:/gluster/VOL_SAMBA/b2
Brick3: s20gfs.ovirt.prisma:/gluster/VOL_SAMBA/b3
Brick4: s21gfs.ovirt.prisma:/gluster/VOL_SAMBA/b4
Options Reconfigured:
storage.batch-fsync-delay-usec: 0
performance.quick-read: off
performance.read-ahead: off
performance.io-cache: off
performance.stat-prefetch: off
cluster.eager-lock: enable
network.remote-dio: enable
cluster.quorum-type: auto
cluster.server-quorum-type: server
storage.owner-uid: 36
storage.owner-gid: 36
server.allow-insecure: on


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:

1. configure Gluster volume "SAMBA"  as samba-share on Storage nodes S20 S21:

/etc/samba/smb.conf:

 [gluster-SAMBA]
comment = For samba share of volume SAMBA
vfs objects = glusterfs
glusterfs:volume = SAMBA
glusterfs:logfile = /var/log/samba/glusterfs-SAMBA.%M.log
glusterfs:loglevel = 7
path = /
read only = no
guest ok = yes
valid users = jon


2. gluster-SAMBA is correctly listed at client-side

sudo smbclient -L  nas.ovirt.prisma -U jon

Domain=[MYGROUP] OS=[Unix] Server=[Samba 3.6.23-12.el6]

    Sharename       Type      Comment
    ---------       ----      -------
    share           Disk      Gluster and CTDB based share
    share2          Disk      Second Gluster and CTDB based share
    gluster-SAMBA   Disk      For samba share of volume SAMBA
    IPC$            IPC       IPC Service (Samba Server Version 3.6.23-12.el6)
    jon             Disk      Home Directories
Domain=[MYGROUP] OS=[Unix] Server=[Samba 3.6.23-12.el6]

    Server               Comment
    ---------            -------

    Workgroup            Master
    ---------            -------



3. try mounting from client :

   sudo mount -t cifs \\\\nas.ovirt.prisma\\gluster-SAMBA /mnt/prova -o
username=jon
Password: 
Retrying with upper case share name
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)


Actual results:

failing with message: 
mount error(6): No such device or address

Expected results:

gluster-SAMBA correctly mounted

Additional info:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list