fix config for 12 smb tests
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
8ac44c0a67
commit
88860d3192
|
|
@ -48,7 +48,7 @@ smb:
|
||||||
shareAllowedHosts: []
|
shareAllowedHosts: []
|
||||||
shareDeniedHosts: []
|
shareDeniedHosts: []
|
||||||
#shareDefaultPermissions: true
|
#shareDefaultPermissions: true
|
||||||
shareGuestOk: true
|
shareGuestOk: false
|
||||||
#shareGuestOnly: true
|
#shareGuestOnly: true
|
||||||
#shareShowHiddenFiles: true
|
#shareShowHiddenFiles: true
|
||||||
shareRecycleBin: true
|
shareRecycleBin: true
|
||||||
|
|
@ -56,3 +56,13 @@ smb:
|
||||||
shareAccessBasedEnumeration: true
|
shareAccessBasedEnumeration: true
|
||||||
shareTimeMachine: false
|
shareTimeMachine: false
|
||||||
#shareStorageTask:
|
#shareStorageTask:
|
||||||
|
|
||||||
|
node:
|
||||||
|
mount:
|
||||||
|
mount_flags: "username=smbroot,password=smbroot"
|
||||||
|
|
||||||
|
_private:
|
||||||
|
csi:
|
||||||
|
volume:
|
||||||
|
idHash:
|
||||||
|
strategy: crc16
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue