Skip to content
Snippets Groups Projects
Commit 35c5af5a authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Ensure the kernel key storage quote is not reached, so idmapping works

parent 658b3d7e
Branches
No related tags found
No related merge requests found
...@@ -9,3 +9,6 @@ ...@@ -9,3 +9,6 @@
- name: reload sysfs.conf - name: reload sysfs.conf
service: name=sysfsutils state=restarted service: name=sysfsutils state=restarted
- name: reload sysctl
command: sysctl -p
...@@ -39,6 +39,15 @@ ...@@ -39,6 +39,15 @@
- sysfs - sysfs
- config - config
- name: ensure the kernel key storage quote used for idmapping is sufficiently high
sysctl: name=kernel.keys.root_maxkeys state=present value=1000 # default is 200, this quote was reached
notify:
- reload sysctl
tags:
- nfs-client
- sysctl
- config
# makes life much easier to have an automounter and not /etc/fstab # makes life much easier to have an automounter and not /etc/fstab
- name: ensure automounter is installed - name: ensure automounter is installed
apt: name=autofs state=latest apt: name=autofs state=latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment