We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5516d0c + e94ae43 commit 392d9b9Copy full SHA for 392d9b9
gdeployfeatures/volume/volume.py
@@ -282,8 +282,9 @@ def volume_smb_setup(section_dict):
282
if section_dict[key]:
283
options += key + ' = ' + str(section_dict[key]) + '\n'
284
section_dict['key'] = ['server.allow-insecure',
285
- 'storage.batch-fsync-delay-usec']
286
- section_dict['value'] = ['on', 0]
+ 'storage.batch-fsync-delay-usec', 'group',
+ 'user.cifs']
287
+ section_dict['value'] = ['on', 0, 'samba', 'enable']
288
section_dict, yml = volume_set(section_dict)
289
section_dict['service'] = 'glusterd'
290
section_dict['state'] = 'started'
0 commit comments