Hi!
I’m using rclone
to mount a folder from pCloud to my Plex server, running on a VPS.
It’s been rock stable for 400 days or more. Then I upgraded the VPS from Debian Buster to Bullseye, and it started having issues, HetrixTools reporting the node being down every night. After rclone selfupdate
it stayed online/stable for a few days, then started having issues again. Now I wonder if it might be RClone cache issues.
My config/mount options look like this:
/usr/bin/rclone mount --uid 1000 --gid 1000 --syslog --stats 1m \
--buffer-size 16M --dir-cache-time 48h \
--rc \
--poll-interval 0 \
--multi-thread-streams 0 \
--tpslimit 10 \
--vfs-read-chunk-size 8M \
--vfs-read-chunk-size-limit 128M \
--async-read=false \
--cache-dir /tmp/rclone-cache --vfs-cache-mode full \
--vfs-cache-max-size 1G \
-v --allow-other --read-only --ignore-checksum \
pCloud:/NICE/ /srv/NICE/
In syslog I notice many of these:
rclone (...) vfs cache: cache is out of space
and
rclone (...) fs cache item: createItemDir failed: failed to create data cache item directory: mkdir /tmp/rclone-cache/vfs/pCloud/NICE/SoundFilenames check: no space left on device
(Multiple filenames of course.)
Not sure why it suddenly started having issues. (I haven’t added that much music lately.)
Thinking maybe @Wolveix or some other guru might have some input on what I should try/check?