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

mount.s3ql --allow-other #8

Open
Salokyn opened this issue Jun 4, 2018 · 3 comments
Open

mount.s3ql --allow-other #8

Salokyn opened this issue Jun 4, 2018 · 3 comments

Comments

@Salokyn
Copy link
Contributor

Salokyn commented Jun 4, 2018

Hi,

I get the following erreur when mounting :
fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf

Is it possible to add a parameter in s3ql_mount to add or not --allow-other paramter in the mount.s3ql command ?

@igalic
Copy link
Contributor

igalic commented Jun 4, 2018

@Salokyn sure!

do you wanna try doing that yourself?

@Salokyn
Copy link
Contributor Author

Salokyn commented Jun 7, 2018

Well, I'd have to learn Ruby before ...

@igalic
Copy link
Contributor

igalic commented Jun 8, 2018

so, the question is: should this be a global option in the s3ql class?


i'm thinking it should be both: class { 's3ql': allow_other => true } should set the value in /etc/fuse.conf and s3ql_mount { "blah": allow_other => true } should add it on a specific mount — instead of letting everyone on it by default, as we're doing right now.

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