Skip to content

Commit 842d8c2

Browse files
committed
afs_cache_size is now a string?
1 parent 5c8f768 commit 842d8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/afs/tasks/install_RedHat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
path: /etc/sysconfig/openafs
99
section: null
1010
option: AFSD_ARGS
11-
value: '"-afsdb -dynroot -fakestat -stat 25000 -daemons 100 -volumes 4000 -files {{ afs_cache_size // 25 }} -chunksize 19"'
11+
value: '"-afsdb -dynroot -fakestat -stat 25000 -daemons 100 -volumes 4000 -files {{ (afs_cache_size|int) // 25 }} -chunksize 19"'
1212
notify: restart openafs-client
1313
- name: Configure ThisCell
1414
copy:

0 commit comments

Comments
 (0)