Faidon has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/67945


Change subject: Ceph: adjust a few OSD settings
......................................................................

Ceph: adjust a few OSD settings

Revert to the default values of some very large timeouts (op thread &
recovery thread, set to 7200 from 30) and lower min pg log entries to
300 from 3000 by sjust's advice for the slow peering issue.

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/45/67945/1

diff --git a/manifests/role/ceph.pp b/manifests/role/ceph.pp
index 3ef53ba..ae17071 100644
--- a/manifests/role/ceph.pp
+++ b/manifests/role/ceph.pp
@@ -37,8 +37,8 @@
             'osd'               => {
                 'osd journal'                 => 
'/var/lib/ceph/journal/$cluster-$id',
                 'osd journal size'            => '10240',
-                'osd op thread timeout'       => '7200',
-                'osd recovery thread timeout' => '7200',
+                # set log entries to 300 from 3000, could be a workaround to 
#5084
+                'osd min pg log entries'      => '300',
             },
             'radosgw'           => {
                 'rgw enable ops log'          => 'false',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icbf9dcca649fd3f3cdeef711f9672d3dd0e31815
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon <[email protected]>

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

Reply via email to