From: Alfredo Deza Date: Thu, 5 Dec 2013 17:26:05 +0000 (-0500) Subject: remove old journal size setting X-Git-Tag: v1.3.4~4^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fb61b49f16cdf7d59e52a082a02d71e57e328fe4;p=ceph-deploy.git remove old journal size setting Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/new.py b/ceph_deploy/new.py index e0bb30d..8cf7bc6 100644 --- a/ceph_deploy/new.py +++ b/ceph_deploy/new.py @@ -125,9 +125,6 @@ def new(args): cfg.set('global', 'auth service required', 'cephx') cfg.set('global', 'auth client required', 'cephx') - # http://tracker.newdream.net/issues/3137 - cfg.set('global', 'osd journal size', '1024') - # http://tracker.newdream.net/issues/3138 cfg.set('global', 'filestore xattr use omap', 'true')