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.
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