Faidon has submitted this change and it was merged.

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(-)

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



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: merged
Gerrit-Change-Id: Icbf9dcca649fd3f3cdeef711f9672d3dd0e31815
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