Skip to content

Commit 08b4a20

Browse files
committed
No caching on storage controller, otherwise reboots needed to fix issue with swapping at 100% sys CPU due to possibly memory leak, on ubuntu 24
1 parent 0c0d69c commit 08b4a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/storage_tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
src: "{{ item.1 }}"
99
state: mounted
1010
fstype: cifs
11-
opts: "credentials={{ mount_cred }},uid={{ kanteleuser }},domain={{ mount_domain }},mfsymlinks"
11+
opts: "credentials={{ mount_cred }},cache=none,uid={{ kanteleuser }},domain={{ mount_domain }},mfsymlinks"
1212
loop: "{{ storagedirs | zip(storageservers) | list }}"
1313

1414
- name: create folder for .ssh

0 commit comments

Comments
 (0)