Hello EveryBody.
I created an old storage container, it was on s3ql-2.26 and OVH was on Keystone V2.
Now, I am running Ubuntu Server 20.04/ S3QL 3.4.1/ Python 3.8
my new authentication file on OpenStack/Swift V3 for this old container is s3qlwx-3.txt:
[swift]
backend-login: PROJECT_ID:OS_USERNAME
backend-password: XXXXXXXXXXXXXXXXXXXXXX
as you can see my storage object is hosted by OVH.
I can't mount my old container with this command :
When i run :
the response is :
ERROR: File system revision needs upgrade (or backend data is corrupted)
When i run :
the response is :
ERROR: File system revision needs upgrade (or backend data is corrupted)
When i run :
the response is :
ERROR:
File system is damaged, need to run fsck before upgrade. The last S3QL
version that supported this file system revision was 2.26.
BUT
as ovh no longer accepts keystone V2, when I run fsck.s3ql with
S3QL-2.26 on an another server on Ubuntu 18.04 without the
--backend-options i cant't access to the container.
Can you direct me to a solution to access to my old storage container now ?
With all my thanks for the time spent answering me.