Closed JamesUoM closed 20 hours ago
Hi @JamesUoM, I haven't looked at createrepo
in detail, but I suspect it is trying to perform some operation that is not supported by Mountpoint (see semantics doc), most likely writing out of order. If that is the case, you should be able to verify it from the logs. You can see some examples in the troubleshooting doc.
Hi @JamesUoM, I haven't looked at
createrepo
in detail, but I suspect it is trying to perform some operation that is not supported by Mountpoint (see semantics doc), most likely writing out of order. If that is the case, you should be able to verify it from the logs. You can see some examples in the troubleshooting doc.
Yes, I suspected so, it just that I was hoping to use mountpoint-s3 as a replacement for s3fs. I've found a workaround, the poorly described -o, --outputdir
sets the temporary dir to be used, so that files are then moved from local disk to the mount.
createrepo -o /tmp .
Directory walk started
Directory walk done - 3 packages
Temporary output repo path: /tmp/.repodata/
Preparing sqlite DBs
Pool started (with 5 workers)
Pool finished
Mountpoint for Amazon S3 version
mount-s3 1.10.0
AWS Region
eu-west-2
Describe the running environment
ec2 with profile to allow access to s3 bucket running alma8
Mountpoint options
What happened?
Using s3 to host RPM repo. I was using s3fs without any problems previously
Relevant log output