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

Being able to change mountpoint explicitly  #79

@lpakula

Description

@lpakula

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions