diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-10-07 03:46:38 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-10-07 03:46:38 +0000 |
commit | d06549cba49625b994d9513765b11683d5fbccad (patch) | |
tree | 8e49a2cdb2e8ffe8f2d8bc9811acd4aa3c5a0e2c /puppet/services/kernel.yaml | |
parent | 4ade8417189b423c017207ae8f776d6d68c59e4b (diff) | |
parent | 6a7428898f7fa7a0d46e1de60ca57e7ec6ce14c9 (diff) |
Merge "Bump fs.inotify.max_user_instances for scale" into stable/pike
Diffstat (limited to 'puppet/services/kernel.yaml')
-rw-r--r-- | puppet/services/kernel.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/puppet/services/kernel.yaml b/puppet/services/kernel.yaml index 011ec037..1c2da401 100644 --- a/puppet/services/kernel.yaml +++ b/puppet/services/kernel.yaml @@ -60,6 +60,11 @@ parameters: ARP cache. The garbage collector will always run if there are more than this number of entries in the cache. type: number + InotifyIntancesMax: + default: 1024 + description: Configures sysctl fs.inotify.max_user_instances key + type: number + outputs: role_data: @@ -129,5 +134,9 @@ outputs: value: {get_param: NeighbourGcThreshold2} net.ipv4.neigh.default.gc_thresh3: value: {get_param: NeighbourGcThreshold3} + # set inotify value for neutron/dnsmasq scale + fs.inotify.max_user_instances: + value: {get_param: InotifyIntancesMax} + step_config: | include ::tripleo::profile::base::kernel |