Skip to content

Commit

Permalink
Merge pull request #16 from cvmfs-contrib/20240524-increase-static-mo…
Browse files Browse the repository at this point in the history
…unt-timeout

increase timeout to 6 min
  • Loading branch information
rptaylor authored May 25, 2024
2 parents 45d3fee + 8842902 commit 3ead4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cvmfs_configuration:
# Switching a client system from autofs to static mode requires some manual operations and is not supported by this Ansible role.
cvmfs_auto_setup: true
# If static mounts are used, these mount options will be applied in /etc/fstab (see https://github.com/cvmfs/cvmfs/issues/3447).
cvmfs_mount_opts: "defaults,_netdev,x-systemd.mount-timeout=3min"
cvmfs_mount_opts: "defaults,_netdev,x-systemd.mount-timeout=6min"

# Use FUSE3
cvmfs_use_fuse3: true
Expand Down

0 comments on commit 3ead4d9

Please sign in to comment.