gyselroth / balloon

High performance, feature rich document management system written for the cloud
GNU General Public License v3.0
18 stars 7 forks source link

ExternalStorage: SmbListener will not be triggered after the SmbScanner #458

Closed rootinier closed 4 years ago

rootinier commented 4 years ago

Describe the bug

An initial mount of an external storage(CIFS/SMB) detects all files and nodes correctly by the SmbScanner class. But the SmbListener which detects all the changes on the mounted files and nodes will not be triggered.

To Reproduce

  1. Create an external storage(CIFS/SMB)
  2. Make changes on the external storage

Expected behavior

Changes on the external storage should be detected without the option FORCE_SPAWN for the SmbListener as a workaround.

Environment