buildbarn / bb-storage

Storage daemon, capable of storing data for the Remote Execution protocol
Apache License 2.0
137 stars 91 forks source link

Improve configuration error message for persistent directory #168

Closed moroten closed 1 year ago

moroten commented 1 year ago

Consider a misconfiguration as follows:

persistent: {}

Before this misconfiguration would give the same error as if it was configured but had filesystem problems.

storage-0_1                 | 2023/03/14 10:13:51
Failed to create Content Addressable Storage: rpc error: code = Unknown
desc = Failed to open persistent state directory: no such file or directory

By writing the path in the error message, the error will hopefully be easier to track down.