What is the problem you are having with rclone?
Greetings,
I'm attempting to utilize an rclone 'delete' command with the '--checkers=16' flag set on a Seagate Lyve Cloud S3 bucket. However, upon initialization, I only see 4 checks being done, which is below the default value as well if I'm not mistaken (default is 8 I think). I cancelled out of the command after a moment or two, longer runs result in the same issue. Additionally, the same is true of the 'purge' command, though it appears that 5 checkers are started for it.
I'm unsure of the cause of this and am hopeful someone with more experience might have a suggestion.
I apologize for the edits to the paths, I hope they're still readable with information omitted.
Thank you.
Run the command 'rclone version' and share the full output of the command.
rclone v1.60.1
- os/version: centos 7.9.2009 (64 bit)
- os/kernel: 3.10.0-1160.66.1.el7.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.19.3
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Seagate Lyve Cloud S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone delete remote:bucket/<path> --checkers=16 -P
The rclone config contents with secrets removed.
[remote]
type = s3
provider = LyveCloud
env_auth = false
...
...
endpoint = s3.us-east-1.lyvecloud.seagate.com
acl = private
A log from the command with the -vv
flag
2022/12/20 14:01:50 DEBUG : rclone: Version "v1.60.1" starting with parameters ["rclone" "delete" "remote:bucket/<path>" "--checkers=16" "-P" "-vv"]
2022/12/20 14:01:50 DEBUG : Creating backend with remote "remote:bucket/<path>"
2022/12/20 14:01:50 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022-12-20 14:01:50 DEBUG : Waiting for deletions to finish
2022-12-20 14:01:50 INFO : <file> : deleted
...
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 21 / 25, 84%
Deleted: 25 (files), 0 (dirs)
Elapsed time: 1.4s
Checking:
<path>/<file>: checking
<path>/<file>: checking
<path>/<file>: checking
<path>/<file>: checking^C