Argument order swapped
Closed this issue · 5 comments
rektide commented
Mount commands typically expect arguments in "what to mount" "where to mount" order. Presently etcd-fs flips this, expecting where to mount, then what to mount.
This is particularly troublesome if trying to use automounters, for example systemd. The automounter will be unable to understand that http://localhost:4001/ is not a local directory where the FS should mount.
artheus commented
@xetorthio Is there a specific reason for this being swapped?
xetorthio commented
No. There is no reason. I guess we could do it right :)
…On Wed, May 10, 2017, 12:50 Morten Hekkvang ***@***.***> wrote:
@xetorthio <https://github.com/xetorthio> Is there a specific reason for
this being swapped?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIhp9-UVlLKHdiu0MSgWdj0ELJE7qsjks5r4dzAgaJpZM4Jtvuc>
.
artheus commented
I will then look into making a pr for this change
artheus commented
Please review #13 @xetorthio