syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

Restore manifest on error #70

Closed jcnelson closed 10 years ago

jcnelson commented 10 years ago

In write() and trunc(), if there's an error, make sure to restore the file manifest to its original form before exiting.

This currently does not happen.