You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ?
The text was updated successfully, but these errors were encountered: