The software described in this documentation is either no longer supported or is in extended support.
Oracle recommends that you upgrade to a current supported release.
The following sections describe known issues in this release.
If a node in the trusted storage pool on which you want to enable Samba access has SELinux enabled, Samba clients fail to connect to the volume, using both SMB and CIFS.
Connecting to a volume using SMB fails, for example:
# smbclient -U user%password //node1/gluster-gv1
tree connect failed: NT_STATUS_UNSUCCESSFUL Connecting to a volume using CIFS also fails, for example:
# mount -t cifs -o guest //node1/gluster-gv1 /mnt/glusterfs/
mount error(5): Input/output error Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) To workaround this, you must do one of the following on the node on which you want to enable Samba access:
Set the SELinux
samba_load_libgfapioption to1.#
setsebool -P samba_load_libgfapi 1Disable enforcing mode on SELinux:
#
setenforce 0To make this change permanent, edit the
/etc/selinux/configfile and change theSELINUXvariable topermissivemode.
(Bug 28701091)

