Code Monkey home page Code Monkey logo

Comments (21)

versgui avatar versgui commented on September 3, 2024

Exactly the same problem here, I don't know what happened and I didn't find any log...

from cloudfuse.

mariancelo avatar mariancelo commented on September 3, 2024

I am using runabove storage. Maybe it has something to do with upgrade on storage system they did on August the 12th. (bottom of the page: https://status.runabove.com/)

Just to be sure that cloudfuse stopped working on runabove only. versgui: are you using the same storage?

thnx

from cloudfuse.

versgui avatar versgui commented on September 3, 2024

Yes, I'm using Runabove too. The update of their authentication system may explain the problem.

from cloudfuse.

mariancelo avatar mariancelo commented on September 3, 2024

ok, thanks, I have already written a ticket(2 days ago) to their support, but I didn't mention that it could be connected with their security update. I will update the ticket and will let you know, when they answer it.

from cloudfuse.

versgui avatar versgui commented on September 3, 2024

Thank you very much!

from cloudfuse.

ndriu avatar ndriu commented on September 3, 2024

Hello,

did you get any answer from support? I have the same problem...

Andrzej

from cloudfuse.

mariancelo avatar mariancelo commented on September 3, 2024

This is what support has answered:

"Hello, I checked with our administrators and the maintenance is now over. If you still have an authentification error, I suggest you to check if you can log in in your Horizon Dashboard. If it works, I suggest you to check directly with the cloudfuse community since everything is okay on our side."

from cloudfuse.

strakadavid avatar strakadavid commented on September 3, 2024

Hello, I have the same problem. Can you make fix? It looks like something changed.

from cloudfuse.

MedericB avatar MedericB commented on September 3, 2024

Hi, did you find any solution ?
I have the same problem with https://auth.cloud.ovh.net/v2.0 (cloud like Runabove by OVH).

from cloudfuse.

digitalmio avatar digitalmio commented on September 3, 2024

Anyone managed to fix this? I have the same problem using OVH ObjectStorage

from cloudfuse.

gaul avatar gaul commented on September 3, 2024

You should consider using s3fs or goofys with S3Proxy using the Swift backend as a workaround until this issue can be fixed.

from cloudfuse.

Jaimy85 avatar Jaimy85 commented on September 3, 2024

It seems OVH only accepts json format, cloudfuse only works with xml.
snprintf(postdata, sizeof(postdata), "{"auth": {"tenantName": "%s", "passwordCredentials":"
"{"username": "%s", "password": "%s" } } }"
, reconnect_args.tenant, reconnect_args.username, reconnect_args.password);
Using this will give you the auth, however more code is needed to handle the json response.

from cloudfuse.

cortopy avatar cortopy commented on September 3, 2024

Are there any updates on this? I'm getting the same problem two months after

from cloudfuse.

nikuzz avatar nikuzz commented on September 3, 2024

No new updates on this for OVH ObjectStorage?
@Jaimy85 where I can change the code like you suggest?
For the moment I try to use rclone, but it's not the same because you need to have a local copy of the data, or to manage a "copy and delete" for a "backup use"

from cloudfuse.

dakser avatar dakser commented on September 3, 2024

Hi, excuse me, do you have founded any solution to this? I have this problem with OVH Object Storage and their support doesn't help. Thanks in advance.

from cloudfuse.

nikuzz avatar nikuzz commented on September 3, 2024

Today I'll try with hubicfuse... maybe it works with the regular OVH Swift Object Storage.

from cloudfuse.

nikuzz avatar nikuzz commented on September 3, 2024

@dakser I confirm that with hibicfuse you cannot reach the goal, OVH Object storage has different API then hubic :(
I finally try s3ql and seems working well.
Here a guide from OVH:
https://www.ovh.com/fr/g1908.monter_un_conteneur_dobjet_avec_s3ql

It works also with rclone, but in this case you need to manage the sync and keep a local copy, simple it is not a mount but only a clone. Bye

from cloudfuse.

dakser avatar dakser commented on September 3, 2024

Thanks a lot nikuzz, yes, it looks like S3QL works without any problem, but
it creates a container inside the Object Storage and that not suits my
needs for managing the files inside the bucket. I can only hope to be
solved to use OVH Object Storage with the simplicity of mounting it as a
local drive. Thanks for your help!

2016-03-09 8:11 GMT-06:00 nikuzz [email protected]:

@dakser https://github.com/dakser I confirm that with hibicfuse you
cannot reach the goal, OVH Object storage has different API then hubic :(
I finally try s3ql https://github.com/s3ql/s3ql and seems working well.
Here a guide from OVH:
https://www.ovh.com/fr/g1908.monter_un_conteneur_dobjet_avec_s3ql

It works also with rclone, but in this case you need to manage the sync
and keep a local copy, simple it is not a mount but only a clone. Bye


Reply to this email directly or view it on GitHub
#75 (comment).

from cloudfuse.

dakser avatar dakser commented on September 3, 2024

Hi, I have founded a new proyect that's from OVH to mount Swift, right now
I'm testint it. https://github.com/ovh/svfs

2016-03-09 18:17 GMT-06:00 Dax2424 [email protected]:

Thanks a lot nikuzz, yes, it looks like S3QL works without any problem,
but it creates a container inside the Object Storage and that not suits my
needs for managing the files inside the bucket. I can only hope to be
solved to use OVH Object Storage with the simplicity of mounting it as a
local drive. Thanks for your help!

2016-03-09 8:11 GMT-06:00 nikuzz [email protected]:

@dakser https://github.com/dakser I confirm that with hibicfuse you
cannot reach the goal, OVH Object storage has different API then hubic :(
I finally try s3ql https://github.com/s3ql/s3ql and seems working well.
Here a guide from OVH:
https://www.ovh.com/fr/g1908.monter_un_conteneur_dobjet_avec_s3ql

It works also with rclone, but in this case you need to manage the sync
and keep a local copy, simple it is not a mount but only a clone. Bye


Reply to this email directly or view it on GitHub
#75 (comment).

from cloudfuse.

cortopy avatar cortopy commented on September 3, 2024

@dakser thanks for mentioning it! Sounds like the right solution

from cloudfuse.

kdahmani avatar kdahmani commented on September 3, 2024

@dakser thanks for your work, I am having problems connecting using this command:
sudo mount -t svfs -o username=99999999999xxx,password=xxxxxxxxxxx,tenant=xxxxxxxxxxx,region=bhs1 pcs /storage

I would like to know where we get the following from in the OVH control panel:

username
password
tenant

I keep on getting Authorization failed if I use swift I can see my storage with this command

swift --os-auth-token xxxxxxa4ec6478eaf580f629xxxxxx --os-storage-url https://storage.bhs1.cloud.ovh.net/v1/AUTH_xxxxxxx0c0b445959c6d1df1xxxxxxxx list

from cloudfuse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.