xetorthio / etcd-fs

Use etcd as a filesystem
Apache License 2.0
182 stars 31 forks source link

Swap command line arguments to follow FUSE standard #13

Closed artheus closed 7 years ago

artheus commented 7 years ago

As mentioned in #12 The order of the command line interface arguments should be swapped to follow the FUSE standard way.

artheus commented 7 years ago

The errors from the integration tests are a bit hard to understand. But I am guessing that this breaking change (without changing tests), breaks the tests. :sunglasses:

artheus commented 7 years ago

Seems the error is in the build configuration, as it tries to use docker. Docker does not exist in the path on the server, maybe not even installed.