Skip to content

Commit 3ead4d9

Browse files
authored
Merge pull request #16 from cvmfs-contrib/20240524-increase-static-mount-timeout
increase timeout to 6 min
2 parents 45d3fee + 8842902 commit 3ead4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cvmfs_configuration:
1818
# Switching a client system from autofs to static mode requires some manual operations and is not supported by this Ansible role.
1919
cvmfs_auto_setup: true
2020
# If static mounts are used, these mount options will be applied in /etc/fstab (see https://github.com/cvmfs/cvmfs/issues/3447).
21-
cvmfs_mount_opts: "defaults,_netdev,x-systemd.mount-timeout=3min"
21+
cvmfs_mount_opts: "defaults,_netdev,x-systemd.mount-timeout=6min"
2222

2323
# Use FUSE3
2424
cvmfs_use_fuse3: true

0 commit comments

Comments
 (0)