| Summary: | rhs-samba.conf does not have "max protocol = SMB2" on fresh RHS2.1U1 installations | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Lalatendu Mohanty <lmohanty> |
| Component: | samba | Assignee: | Raghavendra Talur <rtalur> |
| Status: | CLOSED ERRATA | QA Contact: | Lalatendu Mohanty <lmohanty> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.1 | CC: | grajaiya, psriniva, rtalur, vagarwal |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | RHGS 2.1.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | samba-3.6.9-167.9 | Doc Type: | Bug Fix |
| Doc Text: |
Previously, for fresh installations of Red Hat Storage 2.1 Update 1, the rhs-samba.conf and smb.conf configuration files did not have the "max protocol = SMB2" configuration line. This forced all the SMB clients to use the SMB1 version. With this update, Samba server will include SMB version 2 in the supported dialect list.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-25 08:08:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Lalatendu Mohanty
2013-12-10 15:58:00 UTC
Samba conf file change, was done in the last build. Checked with fresh install of samba-common-3.6.9-167.8.el6rhs.x86_64 and did not find "max protocol = SMB2" in either smb.conf or rhs-samba.conf testparm -s Load smb config files from /etc/samba/smb.conf rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) Loaded services file OK. Server role: ROLE_STANDALONE [global] workgroup = MYGROUP server string = Samba Server Version %v log file = /var/log/samba/log.%m max log size = 50 load printers = No disable spoolss = Yes show add printer wizard = No stat cache = No kernel oplocks = No idmap config * : backend = tdb printing = bsd cups options = raw print command = lpr -r -P'%p' %s lpq command = lpq -P'%p' lprm command = lprm -P'%p' %j map archive = No map readonly = no store dos attributes = Yes Verified the bz with build samba-common-3.6.9-167.9.el6rhs.x86_64. "max protocol = SMB2" is in it. [root@rhsauto065 samba]# testparm -s Load smb config files from /etc/samba/smb.conf rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) Processing section "[gluster-testvol]" Loaded services file OK. WARNING: You have some share names that are longer than 12 characters. These may not be accessible to some older clients. (Eg. Windows9x, WindowsMe, and smbclient prior to Samba 3.0.) Server role: ROLE_STANDALONE [global] workgroup = MYGROUP server string = Samba Server Version %v log file = /var/log/samba/log.%m max log size = 50 max protocol = SMB2 load printers = No disable spoolss = Yes show add printer wizard = No stat cache = No kernel oplocks = No idmap config * : backend = tdb printing = bsd cups options = raw print command = lpr -r -P'%p' %s lpq command = lpq -P'%p' lprm command = lprm -P'%p' %j map archive = No map readonly = no store dos attributes = Yes Can you please review the doc text for technical accuracy. Doc text is accurate. As discussed with Talur and Vivek, the doc test should be as below. Previously, for fresh installations of Red Hat Storage 2.1 Update 1, the rhs-samba.conf and smb.conf configuration files did not have the "max protocol = SMB2" configuration line. This forced all the SMB clients to use the SMB1 version. With this update, Samba server will include SMB version 2 in the supported dialect list. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0208.html |