You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create an external storage(CIFS/SMB)
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
balloon server version: 2.6.9
Deployed as: docker
PHP version: 7.3.12
MongoDB version: 3.6.14
The text was updated successfully, but these errors were encountered:
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
Expected behavior
Changes on the external storage should be detected without the option FORCE_SPAWN for the SmbListener as a workaround.
Environment
The text was updated successfully, but these errors were encountered: