System hangs/fezzes when upldaing with vfs mount

hi
when downloading with sonarr or radarr or any other program and moving files to my rclone mount that uses:
rclone mount --vfs-cache-mode writes --allow-other --allow-non-empty gsuite: /home/test1/media/gsuite

the system hangs/fezzes and odes not respond on tell the upload is finished or i unmount drive !?
how can i fix this ?

Using vfs-cache-mode writes, it uploads the file to the cloud and you have to wait for that to be done as nothing is actually hung or frozen. It just waits for the file to upload.

There are a few issues on the github related to this.

sonarr and radarr dont respond on tell the upload is finished i can’t even open the homepage for them ?!
is the a bug ?

Sonarr/Radarr pause because a file copy is happening as the writes make it upload immediately.

It won’t return until the file copy is complete.

is there a way to fix this ?

Most folks use unionfs/mergerfs to keep it local and rclone upload.

It’s not really an issue per se as once the file copy completes, everything returns. It’s just how Sonarr/Radarr handle the file copy stuff.