Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Being able to change mountpoint explicitly #79

Open
lpakula opened this issue Sep 21, 2020 · 1 comment
Open

Being able to change mountpoint explicitly #79

lpakula opened this issue Sep 21, 2020 · 1 comment

Comments

@lpakula
Copy link

lpakula commented Sep 21, 2020

At the moment mount point is computed as follow

v.Mountpoint = filepath.Join(d.root, fmt.Sprintf("%x", md5.Sum([]byte(v.Sshcmd))))

So it's not possible to mount more than one volume with the same sshcmd due to the conflict.
Could we have an extra argument to customize mountpoint to avoid such conflicts?

It's a blocker for sshfs volume with telepresence as described below
telepresenceio/telepresence#1379

@lpakula
Copy link
Author

lpakula commented Sep 21, 2020

@vieux is this project still maintained?

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant