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

Read-only file system #259

Closed
wgerlach opened this issue Apr 13, 2015 · 2 comments
Closed

Read-only file system #259

wgerlach opened this issue Apr 13, 2015 · 2 comments

Comments

@wgerlach
Copy link
Contributor

Return error message when user tries to create a node on a Shock server whose files system went into read-only mode. Currently connection just times out.

@sebhtml
Copy link

sebhtml commented Apr 13, 2015

To reproduce, first run mount -o remount,ro /shock-mountpoint. Then, post new content to the object storage service with the following command.

curl -X POST -H "Authorization: OAuth <SANITIZED>" http://seb-shock.mcs.anl.gov:7445/node

@teharrison
Copy link
Collaborator

This has been resolved. I get this response when POSTing to a read-only filesystem when using latest version:

{"status":400,"data":null,"error":["Error parsing form: open /Volumes/data/temp/55770067919477794108674665223082153551: read-only file system"]}

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

3 participants