RCLONE latency noticing when user trying to attach /download / delete sometimes
What is the problem you are having with rclone?
Run the command 'rclone version' and share the full output of the command.
rclone v1.73.3
- os/version: redhat 7.9 (64 bit)
- os/kernel: 3.10.0-1160.149.1.el7.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.25.8
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp)
IBM CLOUD STORAGE
Paste command here
The rclone config contents with secrets removed.
type = s3
provider = IBMCOS
access_key_id =vvvvvvvvvvvvv
secret_access_key = aaaaaaaaaaa
env_auth = true
region = au-syd-standard
endpoint = https://s3.private.au-syd.cloud-object-storage.appdomain.cloud
location_constraint = au-syd-standard
Paste config here
A log from the command with the -vv flag
rclone mount remote:mmis-doclinks-prod /mmisfilestore
--daemon
--config /root/.config/rclone/rclone.conf
--log-file=/var/log/rclone.log
--log-level INFO
--allow-other
--umask 002
--dir-cache-time 10m
--poll-interval 5m
--cache-dir /disk1/mmisfilestore_cache
--vfs-cache-mode full
--vfs-cache-max-size 15G
--vfs-cache-max-age 2h
--buffer-size 128M
--transfers 32
--checkers 16
--s3-upload-concurrency 8
--s3-chunk-size 32M
--s3-disable-checksum
--s3-no-check-bucket
--no-modtime
--use-server-modtime
--multi-thread-streams 4
--multi-thread-cutoff 32M
Paste log here