Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sshfs as upper fs using overlayroot #129

Closed
chrsch opened this issue Jun 14, 2018 · 1 comment
Closed

sshfs as upper fs using overlayroot #129

chrsch opened this issue Jun 14, 2018 · 1 comment

Comments

@chrsch
Copy link

chrsch commented Jun 14, 2018

Hi,

with sshfs 2.5 (shipped with Ubuntu 14.04) I used to mount overlayroot using a directory mounted with sshfs as upper dir. Now with sshfs 3.3.2 (build from source on Ubuntu 16.04) this seems to be not possible any longer. Is this a known issue? Did sshfs drop something needed by overlayroot? Any thoughts?

Example
upper=/mnt/sshfs/some/path (sshfs fs)
lower=/usr/some/path (ext4 fs)
mount -t overlay -olowerdir=$lower upperdir=$upper,workdir=$upper/overlay_workdir/ overlay /var/overlayfs

This will result in error "overlayfs: filesystem on '/mnt/sshfs/some/path' not supported as upperdir"

@Nikratio
Copy link
Contributor

Not sure what could cause this. Unfortunately the error message is not telling us anything useful either. Best way forward would be to debug on the overlayfs side and try to get more information about why the path isn't considered suitable..

Closing this bug for now, please do re-open if you find out more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants