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

Ubuntu snap cannot work on ZFS #8296

Closed
tomposmiko opened this issue Jan 15, 2019 · 2 comments
Closed

Ubuntu snap cannot work on ZFS #8296

tomposmiko opened this issue Jan 15, 2019 · 2 comments

Comments

@tomposmiko
Copy link

tomposmiko commented Jan 15, 2019

System information

Type Version/Name
Distribution Name Ubuntu Disco
Distribution Version 19.04
Linux Kernel 4.20.0-042000rc7-generic
Architecture amd64
ZFS Version 0.8.0-rc3
SPL Version 0.8.0-rc3

Describe the problem you're observing

Snap cannot work at all if it's on ZFS:

$ vlc
cannot create user data directory: /tank/tompos/snap/vlc/770: Read-only file system

$ slack
cannot create user data directory: /tank/tompos/snap/slack/10: Permission denied

$ xonotic
cannot create user data directory: /tank/tompos/snap/xonotic/34: Read-only file system

$ lxc
cannot create user data directory: /tank/tompos/snap/lxd/9886: Read-only file system

Describe how to reproduce the problem

$ snap install

ps.: Thanks to the snap product devs for the naming.

@ghfields
Copy link
Contributor

Check the zfs mailing list (Subject: ffmpeg on ZFS). Turned out ffmpeg snap app didn't work while apt version did. Seemed to be filesystem sandboxing imposed by snap.

http://list.zfsonlinux.org/pipermail/zfs-discuss/2018-December/033025.html

@rlaager rlaager closed this as completed Dec 14, 2019
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

4 participants
@rlaager @tomposmiko @ghfields and others