[Bugs] [Bug 1728183] SMBD thread panics on file operations from Windows, OS X and Windows when using vfs_glusterfs

bugzilla at redhat.com bugzilla at redhat.com
Fri Jul 19 10:29:03 UTC 2019


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

ryan at magenta.tv changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(ryan at magenta.tv)  |



--- Comment #6 from ryan at magenta.tv ---
Hi Anoop,

It's very odd, i've got a feeling it's something related to the
upgrade/downgrade process I've been using to test different versions of Gluster
for the different bug tickets I've got open.

Currently I'm using the following script to upgrade/downgrade (This one's to
upgrade to 6):
yum remove centos-release-gluster* -y
yum install centos-release-gluster6 -y
yum remove glusterfs* -y
yum install glusterfs-server* -y
yum install sernet-samba-vfs-glusterfs -y
systemctl stop glusterd
systemctl stop glusterfsd
sed -i 's/operating-version=.*/operating-version=60000/gi'
/var/lib/glusterd/glusterd.info
systemctl stop glusterfsd
systemctl restart glusterd
gluster volume set all cluster.op-version 60000

Please could you flag any issues with this? Or a recommended way of downgrading
particularly.

SMB config:
[global]
security = ADS
workgroup = MAGENTA
realm = MAGENTA.LOCAL
netbios name = MAGENTANAS01
max protocol = SMB3
min protocol = SMB2
ea support = yes
clustering = yes
server signing = no
max log size = 10000
glusterfs:loglevel = 7
log file = /var/log/samba/log-%M.smbd
logging = file
log level = 2
template shell = /sbin/nologin
winbind offline logon = false
winbind refresh tickets = yes
winbind enum users = Yes
winbind enum groups = Yes
allow trusted domains = yes
passdb backend = tdbsam
idmap cache time = 604800
idmap negative cache time = 300
winbind cache time = 604800
idmap config magenta:backend = rid
idmap config magenta:range = 10000-999999
idmap config * : backend = tdb
idmap config * : range = 3000-7999
guest account = nobody
map to guest = bad user
force directory mode = 0777
force create mode = 0777
create mask = 0777
directory mask = 0777
hide unreadable = no
store dos attributes = no
unix extensions = no
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
glusterfs:volfile_server = localhost
kernel share modes = No
strict locking = auto
oplocks = yes
durable handles = yes
kernel oplocks = no
posix locking = no
level2 oplocks = no
readdir_attr:aapl_rsize = yes
readdir_attr:aapl_finder_info = no
readdir_attr:aapl_max_access = no
fruit:aapl = yes

[QC]
guest ok = no
read only = no
vfs objects = glusterfs
glusterfs:volume = mcv01
path = "/data/qc_only"
valid users = @"QC_ops"
recycle:repository = .recycle
recycle:keeptree = yes
recycle:versions = yes
recycle:directory_mode = 0770
recycle:subdir_mode = 0777
glusterfs:logfile = /var/log/samba/glusterfs-mcv01.%M.log

[QC-GlusterFuse]
guest ok = no
read only = no
vfs objects = glusterfs_fuse
path = "/mnt/mcv01/data/qc_only"
valid users = @"QC_ops"
recycle:repository = .recycle
recycle:keeptree = yes
recycle:versions = yes
recycle:directory_mode = 0770
recycle:subdir_mode = 0777
glusterfs:logfile = /var/log/samba/glusterfs-mcv01.%M.log

[QC-FUSE]
guest ok = no
read only = no
path = "/mnt/mcv01/data/qc_only"
valid users = @"QC_ops"
recycle:repository = .recycle
recycle:keeptree = yes
recycle:versions = yes
recycle:directory_mode = 0770
recycle:subdir_mode = 0777
glusterfs:logfile = /var/log/samba/glusterfs-mcv01-fuse.%M.log

______

Many thanks,
Ryan

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


More information about the Bugs mailing list