Faidon has submitted this change and it was merged.

Change subject: ceph: fix sysctl invocations
......................................................................


ceph: fix sysctl invocations

sysctl is already under /proc/sys, repeating sys.vm just makes these
invalid keys.

Change-Id: Ib7f4e90ba25923246b2881f39f77c84736d2c018
---
M manifests/role/ceph.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Faidon: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/ceph.pp b/manifests/role/ceph.pp
index 47ca609..68b4e9c 100644
--- a/manifests/role/ceph.pp
+++ b/manifests/role/ceph.pp
@@ -68,10 +68,10 @@
         include ceph::osd
 
         # I/O busy systems, tune a few knobs to avoid page alloc failures
-        sysctlfile { 'sys.vm.min_free_kbytes':
+        sysctlfile { 'vm.min_free_kbytes':
             value => '512000',
         }
-        sysctlfile { 'sys.vm.vfs_cache_pressure':
+        sysctlfile { 'vm.vfs_cache_pressure':
             value => '120',
         }
     }

-- 
To view, visit https://gerrit.wikimedia.org/r/78796
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib7f4e90ba25923246b2881f39f77c84736d2c018
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon <[email protected]>
Gerrit-Reviewer: Faidon <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to