Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems to hang on RHEL and files dont move from cache to blob storage #25

Closed
richardharrison2 opened this issue Dec 6, 2017 · 4 comments

Comments

@richardharrison2
Copy link

Hi,
I tried this out on RHEL and blogged about the result here http://dbaharrison.blogspot.de/2017/12/fusing-blobs-in-azure.html it seems that the process is very slow and even when it says its complete doesnt actually write files to the blob storage but only the cache area.

I think i set everything up right but it's not working as i expected - did i miss to do something here?

Cheers,
Rich

@seguler
Copy link

seguler commented Dec 6, 2017

What is your Redhat version ?
Normally if you get success to cp; it means that you successfully persisted the data to blob storage. But maybe there is an issue somehwhere in the config or a bug in the code

@seguler
Copy link

seguler commented Dec 6, 2017

I saw that you are getting a network error "Machine is not on the network". Are you sure you can still reach Azure ? Could you test it out with azcopy or az cli ? This error is returned to me when I lose connection. Chances are the cp you tried failed with the same reason. You can check the cp result with echo $?

@seguler
Copy link

seguler commented Dec 15, 2017

This issue may be related to the issue #37.

@seguler
Copy link

seguler commented Jan 5, 2018

Closing this as we addressed the HTTPS issue #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants